Lines Matching defs:job
752 threadpool_job_init(struct threadpool_job *job, threadpool_job_fn_t fn, in threadpool_job_init()
769 threadpool_job_dead(struct threadpool_job *job) in threadpool_job_dead()
776 threadpool_job_destroy(struct threadpool_job *job) in threadpool_job_destroy()
798 threadpool_job_hold(struct threadpool_job *job) in threadpool_job_hold()
807 threadpool_job_rele(struct threadpool_job *job) in threadpool_job_rele()
820 threadpool_job_done(struct threadpool_job *job) in threadpool_job_done()
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()
1043 struct threadpool_job *const job = TAILQ_FIRST(&pool->tp_jobs); in threadpool_dispatcher_thread() local
1136 struct threadpool_job *const job = thread->tpt_job; in threadpool_thread() local