Searched refs:threadpool_put (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/tests/rump/kernspace/ |
H A D | threadpool.c | 66 threadpool_put(pool0, PRI_NONE); in rumptest_threadpool_unbound_lifecycle() 67 threadpool_put(pool1, PRI_NONE); in rumptest_threadpool_unbound_lifecycle() 68 threadpool_put(pool2, PRI_KERNEL_RT); in rumptest_threadpool_unbound_lifecycle() 176 threadpool_put(pool, PRI_NONE); in rumptest_threadpool_unbound_schedule() 240 threadpool_put(pool, PRI_NONE); in rumptest_threadpool_job_cancel() 287 threadpool_put(pool, PRI_NONE); in rumptest_threadpool_job_cancelthrash()
|
/netbsd-src/tests/kernel/threadpool_tester/ |
H A D | threadpool_tester.c | 105 threadpool_put(pool, val); in threadpool_tester_get_unbound() 147 threadpool_put(pool, val); in threadpool_tester_put_unbound() 463 threadpool_put(pool, pri); in threadpool_tester_fini()
|
/netbsd-src/tests/modules/threadpool_tester/ |
H A D | threadpool_tester.c | 105 threadpool_put(pool, val); in threadpool_tester_get_unbound() 147 threadpool_put(pool, val); in threadpool_tester_put_unbound() 463 threadpool_put(pool, pri); in threadpool_tester_fini()
|
/netbsd-src/sys/sys/ |
H A D | threadpool.h | 65 void threadpool_put(struct threadpool *, pri_t);
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | taskq.c | 326 threadpool_put(tq->tq_threadpool, tq->tq_pri); in taskq_destroy()
|
/netbsd-src/sys/kern/ |
H A D | kern_threadpool.c | 542 threadpool_put(struct threadpool *pool, pri_t pri) in threadpool_put() function
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 976 threadpool.9 threadpool_put.9 \
|
/netbsd-src/sys/net/ |
H A D | if_wg.c | 4210 threadpool_put(wg->wg_threadpool, PRI_NONE); in wg_handle_prop_peer() 4261 threadpool_put(wg->wg_threadpool, PRI_NONE); in wg_handle_prop_peer()
|