Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzthr.c214 boolean_t zthr_haswaiters; member
252 if (t->zthr_haswaiters) { in zthr_procedure()
253 t->zthr_haswaiters = B_FALSE; in zthr_procedure()
411 ASSERT(!t->zthr_haswaiters); in zthr_resume()
499 t->zthr_haswaiters = B_TRUE; in zthr_wait_cycle_done()
504 while ((t->zthr_haswaiters) && (t->zthr_thread != NULL)) in zthr_wait_cycle_done()
507 ASSERT(!t->zthr_haswaiters); in zthr_wait_cycle_done()
533 boolean_t has_waiters = t->zthr_haswaiters; in zthr_has_waiters()