Searched refs:threadpool_unbound (Results 1 – 1 of 1) sorted by relevance
226 struct threadpool_unbound { struct230 LIST_ENTRY(threadpool_unbound) tpu_link; argument234 static LIST_HEAD(, threadpool_unbound) unbound_threadpools; argument236 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()