Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_threadpool.c574 struct threadpool_percpu *pool_percpu, *tmp = NULL; in threadpool_percpu_get() local
585 pool_percpu = threadpool_lookup_percpu(pri); in threadpool_percpu_get()
586 if (pool_percpu == NULL) { in threadpool_percpu_get()
594 pool_percpu = threadpool_lookup_percpu(pri); in threadpool_percpu_get()
595 if (pool_percpu == NULL) { in threadpool_percpu_get()
596 pool_percpu = tmp; in threadpool_percpu_get()
598 threadpool_insert_percpu(pool_percpu); in threadpool_percpu_get()
604 KASSERT(pool_percpu != NULL); in threadpool_percpu_get()
605 pool_percpu->tpp_refcnt++; in threadpool_percpu_get()
606 KASSERT(pool_percpu->tpp_refcnt != 0); in threadpool_percpu_get()
[all …]