Searched refs:threadpool_schedule_job (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/tests/rump/kernspace/ |
H A D | threadpool.c | 168 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 D | threadpool.h | 80 void threadpool_schedule_job(struct threadpool *, struct threadpool_job *);
|
/netbsd-src/tests/kernel/threadpool_tester/ |
H A D | threadpool_tester.c | 183 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 D | threadpool_tester.c | 183 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 D | taskq.c | 164 threadpool_schedule_job(tq->tq_threadpool, in taskq_dispatch_common()
|
/netbsd-src/sys/kern/ |
H A D | vfs_vnode.c | 550 threadpool_schedule_job(threadpool, &vrele_job); in lru_requeue() 552 threadpool_schedule_job(threadpool, &vdrain_job); in lru_requeue()
|
H A D | kern_threadpool.c | 851 threadpool_schedule_job(struct threadpool *pool, struct threadpool_job *job) in threadpool_schedule_job() function
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 984 threadpool.9 threadpool_schedule_job.9 \
|
/netbsd-src/sys/net/ |
H A D | if_wg.c | 3668 threadpool_schedule_job(wg->wg_threadpool, &wg->wg_job); in wg_clone_create()
|