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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h68 #define AIO_COMPLETION 0x00001000 /* entry is in completion processing (not freeable yet) */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c516 if ( (entryp->flags & AIO_COMPLETION) == 0 ) {
649 if ( (entryp->flags & AIO_COMPLETION) == 0 ) {
729 entryp->flags |= AIO_COMPLETION;
736 entryp->flags &= ~AIO_COMPLETION;
1350 entryp->flags |= AIO_COMPLETION;
1372 entryp->flags &= ~AIO_COMPLETION;

Completed in 25 milliseconds