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

/linux-4.4.14/fs/
H A Duserfaultfd.c267 bool must_wait, return_to_userland; handle_userfault() local
338 return_to_userland = (flags & (FAULT_FLAG_USER|FAULT_FLAG_KILLABLE)) == handle_userfault()
352 set_current_state(return_to_userland ? TASK_INTERRUPTIBLE : handle_userfault()
360 (return_to_userland ? !signal_pending(current) : handle_userfault()
369 if (return_to_userland) { handle_userfault()

Completed in 63 milliseconds