Searched refs:wait_for_proc_work (Results 1 – 1 of 1) sorted by relevance
4185 int wait_for_proc_work; in binder_thread_read() local4195 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_thread_read()4200 trace_binder_wait_for_work(wait_for_proc_work, in binder_thread_read()4203 if (wait_for_proc_work) { in binder_thread_read()4215 if (!binder_has_work(thread, wait_for_proc_work)) in binder_thread_read()4218 ret = binder_wait_for_work(thread, wait_for_proc_work); in binder_thread_read()4240 wait_for_proc_work) in binder_thread_read()4804 bool wait_for_proc_work; in binder_poll() local4812 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_poll()4818 if (binder_has_work(thread, wait_for_proc_work)) in binder_poll()