Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c41 ASSERT(tpool->tp_current == 0 && tpool->tp_active == NULL); in delete_pool()
92 if (tpool->tp_head == NULL && tpool->tp_active == NULL) { in notify_waiters()
112 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()
187 active.tpa_next = tpool->tp_active; in tpool_worker()
188 tpool->tp_active = &active; in tpool_worker()
475 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
479 while (tpool->tp_active != NULL) { in tpool_destroy()
527 while (tpool->tp_head != NULL || tpool->tp_active != NULL) { in tpool_wait()
591 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
H A Dthread_pool_impl.h70 tpool_active_t *tp_active; /* threads performing work */ member
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2057 …<var-decl name='tp_active' type-id='type-id-177' visibility='default' filepath='/home/fedora/zfs/l…