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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c178 static boolean_t should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd);
953 should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd) function
998 if (!should_cancel(entryp, aiocbp, fd)) {
1068 if (should_cancel(entryp, aiocbp, fd)) {

Completed in 72 milliseconds