Searched refs:FAULT_FLAG_ALLOW_RETRY (Results 1 – 2 of 2) sorted by relevance
1599 FAULT_FLAG_ALLOW_RETRY = 1 << 2, enumerator
489 #define FAULT_FLAG_DEFAULT (FAULT_FLAG_ALLOW_RETRY | \508 return (flags & FAULT_FLAG_ALLOW_RETRY) && in fault_flag_allow_retry_first()515 { FAULT_FLAG_ALLOW_RETRY, "ALLOW_RETRY" }, \
Completed in 33 milliseconds