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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h67 #define AIO_DO_FREE 0x00000800 /* entry needs to be freed */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c527 entryp->flags |= AIO_DO_FREE;
665 entryp->flags |= AIO_DO_FREE;
737 if ( (entryp->flags & AIO_DO_FREE) != 0 ) {
1373 if ( (entryp->flags & AIO_DO_FREE) != 0 ) {

Completed in 427 milliseconds