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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c221 static aio_workq_entry *aio_create_queue_entry(proc_t procp,
1852 aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, int kindOfIO) function
1929 entryp = aio_create_queue_entry( procp, aiocbp, 0, kindOfIO);
2012 entryp = aio_create_queue_entry( procp, aiocbp, group_tag, AIO_LIO);

Completed in 20 milliseconds