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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h72 tpool_job_t *tp_tail; member in struct:tpool
H A Dthread_pool.c184 if (job == tpool->tp_tail)
185 tpool->tp_tail = NULL;
429 tpool->tp_tail->tpj_next = job;
430 tpool->tp_tail = job;

Completed in 77 milliseconds