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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h78 tpool_job_t *tp_tail; member in struct:tpool
H A Dthread_pool.c167 if (job == tpool->tp_tail)
168 tpool->tp_tail = NULL;
278 tpool->tp_tail->tpj_next = job;
279 tpool->tp_tail = job;

Completed in 121 milliseconds