Searched refs:wait_for_proc_work (Results 1 – 1 of 1) sorted by relevance
4665 int wait_for_proc_work; in binder_thread_read() local4675 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_thread_read()4680 trace_binder_wait_for_work(wait_for_proc_work, in binder_thread_read()4683 if (wait_for_proc_work) { in binder_thread_read()4695 if (!binder_has_work(thread, wait_for_proc_work)) in binder_thread_read()4698 ret = binder_wait_for_work(thread, wait_for_proc_work); in binder_thread_read()4720 wait_for_proc_work) in binder_thread_read()5361 bool wait_for_proc_work; in binder_poll() local5369 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_poll()5375 if (binder_has_work(thread, wait_for_proc_work)) in binder_poll()