Searched refs:aioq_count (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c124 int aioq_count; member in struct:aio_workq
304 wq->aioq_count = 0;
323 queue->aioq_count--;
326 if (queue->aioq_count < 0) {
337 if (queue->aioq_count < 0) {
340 queue->aioq_count++;
1764 if (queue->aioq_count == 0) {

Completed in 17 milliseconds