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

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h74 #define AIO_DO_FREE 0x00000800 /* entry should be freed when last reference is dropped. */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c424 if ((entryp->aio_refcount == 0) && ((entryp->flags & AIO_DO_FREE) != 0)) {
801 entryp->flags |= AIO_DO_FREE;
935 entryp->flags |= AIO_DO_FREE;

Completed in 31 milliseconds