Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dkern_aio.c260 static aio_workq_entry *aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, aio_entry_flags_t);
1424 entryp = aio_create_queue_entry(p, aiocbpp[i], AIO_LIO); in lio_listio()
1677 aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, aio_entry_flags_t flags) in aio_create_queue_entry() function
1738 entryp = aio_create_queue_entry(procp, aiocbp, flags); in aio_queue_async_request()