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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c178 static boolean_t should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd);
952 should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd) function
997 if (!should_cancel(entryp, aiocbp, fd)) {
1067 if (should_cancel(entryp, aiocbp, fd)) {

Completed in 17 milliseconds