Home
last modified time | relevance | path

Searched refs:tp_head (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c60 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) { in delete_pool()
61 tpool->tp_head = job->tpj_next; in delete_pool()
92 if (tpool->tp_head == NULL && tpool->tp_active == NULL) { in notify_waiters()
145 while ((tpool->tp_head == NULL || in tpool_worker()
175 if (tpool->tp_head == NULL) in tpool_worker()
178 if ((job = tpool->tp_head) != NULL && in tpool_worker()
183 tpool->tp_head = job->tpj_next; in tpool_worker()
426 if (tpool->tp_head == NULL) in tpool_dispatch()
427 tpool->tp_head = job; in tpool_dispatch()
527 while (tpool->tp_head != NULL || tpool->tp_active != NULL) { in tpool_wait()
H A Dthread_pool_impl.h71 tpool_job_t *tp_head; /* FIFO job queue */ member
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2060 …<var-decl name='tp_head' type-id='type-id-178' visibility='default' filepath='/home/fedora/zfs/lib…