Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_threadpool.c226 struct threadpool_unbound { struct
230 LIST_ENTRY(threadpool_unbound) tpu_link; argument
234 static LIST_HEAD(, threadpool_unbound) unbound_threadpools; argument
236 static struct threadpool_unbound *
239 struct threadpool_unbound *tpu; in threadpool_lookup_unbound()
249 threadpool_insert_unbound(struct threadpool_unbound *tpu) in threadpool_insert_unbound()
256 threadpool_remove_unbound(struct threadpool_unbound *tpu) in threadpool_remove_unbound()
496 struct threadpool_unbound *tpu, *tmp = NULL; in threadpool_get()
544 struct threadpool_unbound *tpu = in threadpool_put()
545 container_of(pool, struct threadpool_unbound, tpu_pool); in threadpool_put()