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

/drivers/staging/android/
H A Dbinder.c117 static int binder_stop_on_user_error; variable
125 if (binder_stop_on_user_error < 2)
130 param_get_int, &binder_stop_on_user_error, S_IWUSR | S_IRUGO);
142 if (binder_stop_on_user_error) \
143 binder_stop_on_user_error = 2; \
2197 binder_stop_on_user_error < 2);
2738 ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2);
2798 wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2);

Completed in 49 milliseconds