Home
last modified time | relevance | path

Searched refs:binder_has_proc_work (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/android/
Dbinder.c2129 static int binder_has_proc_work(struct binder_proc *proc, in binder_has_proc_work() function
2202 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()