Searched refs:wait_for_proc_work (Results 1 – 1 of 1) sorted by relevance
4726 int wait_for_proc_work; in binder_thread_read() local4736 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_thread_read()4741 trace_binder_wait_for_work(wait_for_proc_work, in binder_thread_read()4744 if (wait_for_proc_work) { in binder_thread_read()4756 if (!binder_has_work(thread, wait_for_proc_work)) in binder_thread_read()4759 ret = binder_wait_for_work(thread, wait_for_proc_work); in binder_thread_read()4781 wait_for_proc_work) in binder_thread_read()5421 bool wait_for_proc_work; in binder_poll() local5429 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_poll()5435 if (binder_has_work(thread, wait_for_proc_work)) in binder_poll()