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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c1464 aio_lio_context *lio_context; local
1471 lio_context = NULL;
1495 MALLOC( lio_context, aio_lio_context*, sizeof(aio_lio_context), M_TEMP, M_WAITOK );
1496 if ( lio_context == NULL ) {
1505 bzero(lio_context, sizeof(aio_lio_context));
1526 lio_context->io_issued = uap->nent;
1527 lio_context->io_waiter = uap->mode == LIO_WAIT ? 1 : 0; /* Should it be freed by last AIO */
1538 lio_context->io_issued--;
1544 * We use lio_context to mark IO requests for delayed completion
1549 * We use the address of the lio_context fo
2219 aio_lio_context *lio_context = NULL; local
[all...]

Completed in 57 milliseconds