Searched refs:tp_active (Results 1 – 3 of 3) sorted by relevance
41 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()
70 tpool_active_t *tp_active; /* threads performing work */ member
2057 …<var-decl name='tp_active' type-id='type-id-177' visibility='default' filepath='/home/fedora/zfs/l…