Searched refs:tpj_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h46 tpool_job_t *tpj_next; /* list of jobs */ member in struct:tpool_job
H A Dthread_pool.c61 tpool->tp_head = job->tpj_next;
183 tpool->tp_head = job->tpj_next;
420 job->tpj_next = NULL;
429 tpool->tp_tail->tpj_next = job;

Completed in 99 milliseconds