You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enum {
/* mark page accessed */FOLL_TOUCH=1 << 16,
/* a retry, previous pass started an IO */FOLL_TRIED=1 << 17,
/* we are working on non-current tsk/mm */FOLL_REMOTE=1 << 18,
/* pages must be released via unpin_user_page */FOLL_PIN=1 << 19,
/* gup_fast: prevent fall-back to slow gup */FOLL_FAST_ONLY=1 << 20,
/* allow unlocking the mmap lock */FOLL_UNLOCKABLE=1 << 21,
};
可以全局搜索到,但是不能 go to reference
The text was updated successfully, but these errors were encountered: