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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c190 static void aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled,
435 aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled, int wait_for_completion, boolean_t disable_notification) function
1005 aio_entry_update_for_cancel(entryp, TRUE, 0, disable_notification);
1048 aio_entry_update_for_cancel(entryp, FALSE, wait_for_completion, disable_notification);

Completed in 22 milliseconds