Searched refs:tpj_next (Results 1 – 2 of 2) sorted by relevance
46 tpool->tp_head = job->tpj_next; in delete_pool()166 tpool->tp_head = job->tpj_next; in tpool_worker()269 job->tpj_next = NULL; in tpool_dispatch()278 tpool->tp_tail->tpj_next = job; in tpool_dispatch()
52 tpool_job_t *tpj_next; /* list of jobs */ member