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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h52 tpool_job_t *tpj_next; /* list of jobs */ member in struct:tpool_job
H A Dthread_pool.c46 tpool->tp_head = job->tpj_next;
166 tpool->tp_head = job->tpj_next;
269 job->tpj_next = NULL;
278 tpool->tp_tail->tpj_next = job;

Completed in 140 milliseconds