Searched refs:binder_stop_on_user_error (Results 1 – 1 of 1) sorted by relevance
122 static int binder_stop_on_user_error; variable130 if (binder_stop_on_user_error < 2) in binder_set_stop_on_user_error()135 param_get_int, &binder_stop_on_user_error, 0644);167 if (binder_stop_on_user_error) in binder_user_error()168 binder_stop_on_user_error = 2; in binder_user_error()4689 binder_stop_on_user_error < 2); in binder_thread_read()5728 ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); in binder_ioctl()5930 wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); in binder_ioctl()