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

/drivers/staging/android/
H A Dbinder.c111 static int binder_stop_on_user_error; variable
118 if (binder_stop_on_user_error < 2)
123 param_get_int, &binder_stop_on_user_error, S_IWUSR | S_IRUGO);
135 if (binder_stop_on_user_error) \
136 binder_stop_on_user_error = 2; \
2286 binder_stop_on_user_error < 2);
2685 ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2);
2801 wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2);

Completed in 62 milliseconds