Home | History | Annotate | Download | only in kern

Lines Matching defs:tpt_job

185 	struct threadpool_job		*tpt_job;
403 pool->tp_dispatcher.tpt_job = NULL;
425 KASSERT(pool->tp_dispatcher.tpt_job == NULL);
461 KASSERT(pool->tp_dispatcher.tpt_job == NULL);
887 job->job_thread->tpt_job = job;
1007 thread->tpt_job = NULL;
1077 KASSERT(thread->tpt_job == NULL);
1080 thread->tpt_job = job;
1120 while (thread->tpt_job == NULL) {
1130 if (__predict_false(thread->tpt_job == NULL)) {
1136 struct threadpool_job *const job = thread->tpt_job;
1164 KASSERT(thread->tpt_job == job);
1165 thread->tpt_job = NULL;