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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c45 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) {
46 tpool->tp_head = job->tpj_next;
77 if (tpool->tp_head == NULL && tpool->tp_active == NULL) {
130 while ((tpool->tp_head == NULL ||
158 if (tpool->tp_head == NULL)
161 if ((job = tpool->tp_head) != NULL &&
166 tpool->tp_head = job->tpj_next;
275 if (tpool->tp_head == NULL)
276 tpool->tp_head
[all...]
H A Dthread_pool_impl.h77 tpool_job_t *tp_head; /* FIFO job queue */ member in struct:tpool

Completed in 113 milliseconds