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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c259 static aio_anchor_cb aio_anchor; variable
291 return &aio_anchor.aio_async_workqs[0];
363 OSIncrementAtomic(&aio_anchor.aio_done_count);
370 OSDecrementAtomic(&aio_anchor.aio_done_count);
1433 TAILQ_FOREACH(my_entryp, &aio_anchor.aio_async_workq, aio_workq_link) {
1440 TAILQ_INSERT_TAIL( &aio_anchor.aio_async_workq, entryp, aio_workq_link );
1652 * we get a wake up call on sleep channel &aio_anchor.aio_async_workq
1725 OSDecrementAtomic(&aio_anchor.aio_inflight_count);
1762 queue = &aio_anchor.aio_async_workqs[0];
1822 OSIncrementAtomic(&aio_anchor
[all...]

Completed in 24 milliseconds