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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c132 volatile int32_t aio_inflight_count; /* entries that have been taken from a workq */ member in struct:aio_anchor_cb
1725 OSDecrementAtomic(&aio_anchor.aio_inflight_count);
1822 OSIncrementAtomic(&aio_anchor.aio_inflight_count);
2579 aio_anchor.aio_inflight_count = 0;

Completed in 25 milliseconds