Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c216 boolean_t zthr_haswaiters; member
257 if (t->zthr_haswaiters) { in zthr_procedure()
258 t->zthr_haswaiters = B_FALSE; in zthr_procedure()
417 ASSERT(!t->zthr_haswaiters); in zthr_resume()
511 t->zthr_haswaiters = B_TRUE; in zthr_wait_cycle_done()
516 while ((t->zthr_haswaiters) && (t->zthr_thread != NULL)) in zthr_wait_cycle_done()
519 ASSERT(!t->zthr_haswaiters); in zthr_wait_cycle_done()
545 boolean_t has_waiters = t->zthr_haswaiters; in zthr_has_waiters()