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

/netbsd-current/sys/kern/
H A Dkern_threadpool.c53 * threadpool_percpu_get(&pool_percpu, pri), and then use the thread
54 * pool returned by threadpool_percpu_ref(pool_percpu) for the current
55 * CPU, or by threadpool_percpu_ref_remote(pool_percpu, ci) for another
56 * CPU. When you're done, call threadpool_percpu_put(pool_percpu,
574 struct threadpool_percpu *pool_percpu, *tmp = NULL; local
585 pool_percpu = threadpool_lookup_percpu(pri);
586 if (pool_percpu == NULL) {
594 pool_percpu = threadpool_lookup_percpu(pri);
595 if (pool_percpu == NULL) {
596 pool_percpu
617 threadpool_percpu_put(struct threadpool_percpu *pool_percpu, pri_t pri) argument
643 threadpool_percpu_ref(struct threadpool_percpu *pool_percpu) argument
655 threadpool_percpu_ref_remote(struct threadpool_percpu *pool_percpu, struct cpu_info *ci) argument
677 struct threadpool_percpu *pool_percpu; local
705 threadpool_percpu_destroy(struct threadpool_percpu *pool_percpu) argument
[all...]

Completed in 79 milliseconds