Home
last modified time | relevance | path

Searched refs:binder_stop_on_user_error (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/android/
Dbinder.c127 static int binder_stop_on_user_error; variable
135 if (binder_stop_on_user_error < 2) in binder_set_stop_on_user_error()
140 param_get_int, &binder_stop_on_user_error, 0644);
152 if (binder_stop_on_user_error) \
153 binder_stop_on_user_error = 2; \
4209 binder_stop_on_user_error < 2); in binder_thread_read()
5014 ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); in binder_ioctl()
5125 wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); in binder_ioctl()