Home
last modified time | relevance | path

Searched refs:threadpool_schedule_job (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/tests/rump/kernspace/
H A Dthreadpool.c168 threadpool_schedule_job(pool, &data.job); in rumptest_threadpool_unbound_schedule()
196 threadpool_schedule_job(pool, &data.job); in rumptest_threadpool_percpu_schedule()
221 threadpool_schedule_job(pool, &data.job); in rumptest_threadpool_job_cancel()
257 threadpool_schedule_job(pool, &data.job); in rumptest_threadpool_job_cancelthrash()
/netbsd-src/sys/sys/
H A Dthreadpool.h80 void threadpool_schedule_job(struct threadpool *, struct threadpool_job *);
/netbsd-src/tests/kernel/threadpool_tester/
H A Dthreadpool_tester.c183 threadpool_schedule_job(pool, &ctx->ctx_job); in threadpool_tester_run_unbound()
312 threadpool_schedule_job(pool, &ctx->ctx_job); in threadpool_tester_run_percpu()
/netbsd-src/tests/modules/threadpool_tester/
H A Dthreadpool_tester.c183 threadpool_schedule_job(pool, &ctx->ctx_job); in threadpool_tester_run_unbound()
312 threadpool_schedule_job(pool, &ctx->ctx_job); in threadpool_tester_run_percpu()
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dtaskq.c164 threadpool_schedule_job(tq->tq_threadpool, in taskq_dispatch_common()
/netbsd-src/sys/kern/
H A Dvfs_vnode.c550 threadpool_schedule_job(threadpool, &vrele_job); in lru_requeue()
552 threadpool_schedule_job(threadpool, &vdrain_job); in lru_requeue()
H A Dkern_threadpool.c851 threadpool_schedule_job(struct threadpool *pool, struct threadpool_job *job) in threadpool_schedule_job() function
/netbsd-src/share/man/man9/
H A DMakefile984 threadpool.9 threadpool_schedule_job.9 \
/netbsd-src/sys/net/
H A Dif_wg.c3668 threadpool_schedule_job(wg->wg_threadpool, &wg->wg_job); in wg_clone_create()