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

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h85 #define AIO_LIO_NOTIFY 0x00010000 /* wait for list complete */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c1570 entryp->flags |= AIO_LIO_NOTIFY;
2239 if ((entryp->flags & AIO_LIO_NOTIFY) && (lastLioCompleted) && (waiter != 0)) {

Completed in 21 milliseconds