Lines Matching refs:threadpool_percpu
205 static int threadpool_percpu_create(struct threadpool_percpu **, pri_t);
206 static void threadpool_percpu_destroy(struct threadpool_percpu *);
262 struct threadpool_percpu { struct
267 LIST_ENTRY(threadpool_percpu) tpp_link; argument
271 static LIST_HEAD(, threadpool_percpu) percpu_threadpools; argument
273 static struct threadpool_percpu *
276 struct threadpool_percpu *tpp; in threadpool_lookup_percpu()
286 threadpool_insert_percpu(struct threadpool_percpu *tpp) in threadpool_insert_percpu()
293 threadpool_remove_percpu(struct threadpool_percpu *tpp) in threadpool_remove_percpu()
572 threadpool_percpu_get(struct threadpool_percpu **pool_percpup, pri_t pri) in threadpool_percpu_get()
574 struct threadpool_percpu *pool_percpu, *tmp = NULL; in threadpool_percpu_get()
617 threadpool_percpu_put(struct threadpool_percpu *pool_percpu, pri_t pri) in threadpool_percpu_put()
643 threadpool_percpu_ref(struct threadpool_percpu *pool_percpu) in threadpool_percpu_ref()
655 threadpool_percpu_ref_remote(struct threadpool_percpu *pool_percpu, in threadpool_percpu_ref_remote()
675 threadpool_percpu_create(struct threadpool_percpu **pool_percpup, pri_t pri) in threadpool_percpu_create()
677 struct threadpool_percpu *pool_percpu; in threadpool_percpu_create()
696 *pool_percpup = (struct threadpool_percpu *)pool_percpu; in threadpool_percpu_create()
705 threadpool_percpu_destroy(struct threadpool_percpu *pool_percpu) in threadpool_percpu_destroy()