Searched refs:return_to_userland (Results 1 – 1 of 1) sorted by relevance
267 bool must_wait, return_to_userland; in handle_userfault() local338 return_to_userland = (flags & (FAULT_FLAG_USER|FAULT_FLAG_KILLABLE)) == in handle_userfault()352 set_current_state(return_to_userland ? TASK_INTERRUPTIBLE : in handle_userfault()360 (return_to_userland ? !signal_pending(current) : in handle_userfault()369 if (return_to_userland) { in handle_userfault()