Searched refs:tp_tail (Results 1 – 2 of 2) sorted by relevance
183 if (job == tpool->tp_tail) in tpool_worker()184 tpool->tp_tail = NULL; in tpool_worker()345 tpool->tp_tail->tpj_next = job; in tpool_dispatch()346 tpool->tp_tail = job; in tpool_dispatch()537 tpool->tp_tail = NULL; in postfork1_child_tpool()
74 tpool_job_t *tp_tail; member