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

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

Completed in 23 milliseconds