Searched refs:tp_current (Results 1 – 3 of 3) sorted by relevance
41 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()
79 int tp_current; /* current number of worker threads */ member
2084 …<var-decl name='tp_current' type-id='type-id-5' visibility='default' filepath='/home/fedora/zfs/li…