Searched refs:tpu_pool (Results 1 – 1 of 1) sorted by relevance
227 struct threadpool tpu_pool; member242 if (tpu->tpu_pool.tp_pri == pri) in threadpool_lookup_unbound()251 KASSERT(threadpool_lookup_unbound(tpu->tpu_pool.tp_pri) == NULL); in threadpool_insert_unbound()258 KASSERT(threadpool_lookup_unbound(tpu->tpu_pool.tp_pri) == tpu); in threadpool_remove_unbound()512 error = threadpool_create(&tmp->tpu_pool, NULL, pri); in threadpool_get()533 threadpool_destroy(&tmp->tpu_pool); in threadpool_get()537 *poolp = &tpu->tpu_pool; in threadpool_get()545 container_of(pool, struct threadpool_unbound, tpu_pool); in threadpool_put()564 threadpool_destroy(&tpu->tpu_pool); in threadpool_put()