Home
last modified time | relevance | path

Searched refs:tp_current (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()
76 if (--tpool->tp_current == 0 && in worker_cleanup()
148 if (tpool->tp_current <= tpool->tp_minimum || in tpool_worker()
212 if (elapsed && tpool->tp_current > tpool->tp_minimum) { in tpool_worker()
436 else if (tpool->tp_current < tpool->tp_maximum && in tpool_dispatch()
438 tpool->tp_current++; in tpool_dispatch()
485 while (tpool->tp_current != 0) in tpool_destroy()
502 if (tpool->tp_current == 0) { in tpool_abandon()
574 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) { in tpool_resume()
577 tpool->tp_current++; in tpool_resume()
H A Dthread_pool_impl.h79 int tp_current; /* current number of worker threads */ member
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2084 …<var-decl name='tp_current' type-id='type-id-5' visibility='default' filepath='/home/fedora/zfs/li…