Lines Matching defs:pool
380 threadpool_create(struct threadpool *const pool, struct cpu_info *ci, in threadpool_create()
441 threadpool_destroy(struct threadpool *pool) in threadpool_destroy()
473 threadpool_hold(struct threadpool *pool) in threadpool_hold()
482 threadpool_rele(struct threadpool *pool) in threadpool_rele()
542 threadpool_put(struct threadpool *pool, pri_t pri) in threadpool_put()
645 struct threadpool **poolp, *pool; in threadpool_percpu_ref() local
658 struct threadpool **poolp, *pool; in threadpool_percpu_ref_remote() local
851 threadpool_schedule_job(struct threadpool *pool, struct threadpool_job *job) in threadpool_schedule_job()
897 threadpool_cancel_job_async(struct threadpool *pool, struct threadpool_job *job) in threadpool_cancel_job_async()
941 threadpool_cancel_job(struct threadpool *pool, struct threadpool_job *job) in threadpool_cancel_job()
967 struct threadpool *const pool = dispatcher->tpt_pool; in threadpool_dispatcher_thread() local
1105 struct threadpool *const pool = thread->tpt_pool; in threadpool_thread() local