Searched refs:work_count1 (Results 1 – 2 of 2) sorted by relevance
919 aiowp->work_count1 = 1; in _aio_create_worker()1565 if (aiowp->work_count1 == 0) { in _aio_idle()1824 ASSERT(aiowp->work_count1 == 0); in _aio_req_add()1838 if (aiowp->work_count1++ == 0 && aiowp->work_idleflg) { in _aio_req_add()1891 ASSERT(aiowp->work_count1 >= 1); in _aio_req_get()1892 aiowp->work_count1--; in _aio_req_get()1909 ASSERT(reqp != NULL || aiowp->work_count1 == 0); in _aio_req_get()1969 ASSERT(aiowp->work_count1 >= 1); in _aio_req_del()1970 aiowp->work_count1--; in _aio_req_del()
243 int work_count1; /* length of work queue one */ member