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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h71 tpool_job_t *tp_head; /* FIFO job queue */ member in struct:tpool
H A Dthread_pool.c60 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) {
61 tpool->tp_head = job->tpj_next;
92 if (tpool->tp_head == NULL && tpool->tp_active == NULL) {
145 while ((tpool->tp_head == NULL ||
175 if (tpool->tp_head == NULL)
178 if ((job = tpool->tp_head) != NULL &&
183 tpool->tp_head = job->tpj_next;
426 if (tpool->tp_head == NULL)
427 tpool->tp_head
[all...]

Completed in 100 milliseconds