Searched refs:binder_has_proc_work (Results 1 – 1 of 1) sorted by relevance
2129 static int binder_has_proc_work(struct binder_proc *proc, in binder_has_proc_work() function2202 if (!binder_has_proc_work(proc, thread)) in binder_thread_read()2205 ret = wait_event_freezable_exclusive(proc->wait, binder_has_proc_work(proc, thread)); in binder_thread_read()2611 if (binder_has_proc_work(proc, thread)) in binder_poll()2614 if (binder_has_proc_work(proc, thread)) in binder_poll()