Home
last modified time | relevance | path

Searched refs:threadpool_put (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/tests/rump/kernspace/
H A Dthreadpool.c66 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 Dthreadpool_tester.c105 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 Dthreadpool_tester.c105 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 Dthreadpool.h65 void threadpool_put(struct threadpool *, pri_t);
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dtaskq.c326 threadpool_put(tq->tq_threadpool, tq->tq_pri); in taskq_destroy()
/netbsd-src/sys/kern/
H A Dkern_threadpool.c542 threadpool_put(struct threadpool *pool, pri_t pri) in threadpool_put() function
/netbsd-src/share/man/man9/
H A DMakefile976 threadpool.9 threadpool_put.9 \
/netbsd-src/sys/net/
H A Dif_wg.c4210 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()