FAULT_FLAG_ALLOW_RETRY
if (ret == -EBUSY && (vmf->flags & FAULT_FLAG_ALLOW_RETRY)) {
vmf->flags &= ~FAULT_FLAG_ALLOW_RETRY;
if (unlikely(!(vmf->flags & FAULT_FLAG_ALLOW_RETRY))) {
#define FAULT_FLAG_DEFAULT (FAULT_FLAG_ALLOW_RETRY | \
return (flags & FAULT_FLAG_ALLOW_RETRY) &&
{ FAULT_FLAG_ALLOW_RETRY, "ALLOW_RETRY" }, \
fault_flags |= FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE;
fault_flags |= FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_RETRY_NOWAIT;
fault_flags |= FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE;
.flags = FAULT_FLAG_ALLOW_RETRY,