Searched refs:pwq_blockedthreads (Results 1 – 3 of 3) sorted by relevance
228 uint32_t pwq_blockedthreads; /* total number of blocked workqueue threads */ member
1818 T_EXPECT_GE_UINT(pwqinfo.pwq_blockedthreads + pwqinfo.pwq_runthreads, (uint32_t)1,
5166 pwqinfo->pwq_blockedthreads = wq->wq_threads_scheduled - activecount; in fill_procworkqueue()