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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c1465 aio_lio_context *lio_context; local
1472 lio_context = NULL;
1496 MALLOC( lio_context, aio_lio_context*, sizeof(aio_lio_context), M_TEMP, M_WAITOK );
1497 if ( lio_context == NULL ) {
1506 bzero(lio_context, sizeof(aio_lio_context));
1527 lio_context->io_issued = uap->nent;
1528 lio_context->io_waiter = uap->mode == LIO_WAIT ? 1 : 0; /* Should it be freed by last AIO */
1539 lio_context->io_issued--;
1545 * We use lio_context to mark IO requests for delayed completion
1550 * We use the address of the lio_context fo
2204 aio_lio_context *lio_context = NULL; local
[all...]

Completed in 20 milliseconds