Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h461 * @FAULT_FLAG_ALLOW_RETRY: Allow to retry the fault if blocked.
470 * About @FAULT_FLAG_ALLOW_RETRY and @FAULT_FLAG_TRIED: we can specify
491 #define FAULT_FLAG_ALLOW_RETRY 0x04 macro
504 #define FAULT_FLAG_DEFAULT (FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE | FAULT_FLAG_INTERRUPTIBLE)
520 return (flags & FAULT_FLAG_ALLOW_RETRY) && (!(flags & FAULT_FLAG_TRIED)); in fault_flag_allow_retry_first()
524 {FAULT_FLAG_WRITE, "WRITE"}, {FAULT_FLAG_MKWRITE, "MKWRITE"}, {FAULT_FLAG_ALLOW_RETRY, "ALLOW_RETRY"}, \
2849 * FAULT_FLAG_ALLOW_RETRY.

Completed in 6 milliseconds