Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c42 ASSERT(tpool->tp_current == 0 && tpool->tp_active == NULL); in delete_pool()
93 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()
487 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
491 while (tpool->tp_active != NULL) { in tpool_destroy()
539 while (tpool->tp_head != NULL || tpool->tp_active != NULL) { in tpool_wait()
603 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
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1786 <var-decl name='tp_active' type-id='ad33e5e7' visibility='default'/>
5446 <var-decl name='tp_active' type-id='ad33e5e7' visibility='default'/>