Searched refs:wait_for_proc_work (Results 1 – 1 of 1) sorted by relevance
3825 int wait_for_proc_work; in binder_thread_read() local3835 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_thread_read()3840 trace_binder_wait_for_work(wait_for_proc_work, in binder_thread_read()3843 if (wait_for_proc_work) { in binder_thread_read()3855 if (!binder_has_work(thread, wait_for_proc_work)) in binder_thread_read()3858 ret = binder_wait_for_work(thread, wait_for_proc_work); in binder_thread_read()3880 wait_for_proc_work) in binder_thread_read()4466 bool wait_for_proc_work; in binder_poll() local4474 wait_for_proc_work = binder_available_for_proc_work_ilocked(thread); in binder_poll()4480 if (binder_has_work(thread, wait_for_proc_work)) in binder_poll()