Searched refs:tp_tail (Results 1 – 2 of 2) sorted by relevance
181 if (job == tpool->tp_tail) in tpool_worker()182 tpool->tp_tail = NULL; in tpool_worker()343 tpool->tp_tail->tpj_next = job; in tpool_dispatch()344 tpool->tp_tail = job; in tpool_dispatch()535 tpool->tp_tail = NULL; in postfork1_child_tpool()
72 tpool_job_t *tp_tail; member