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

/drivers/staging/android/
H A Dbinder.c2216 static int binder_has_proc_work(struct binder_proc *proc, function
2290 if (!binder_has_proc_work(proc, thread))
2293 ret = wait_event_interruptible_exclusive(proc->wait, binder_has_proc_work(proc, thread));
2658 if (binder_has_proc_work(proc, thread))
2661 if (binder_has_proc_work(proc, thread))

Completed in 54 milliseconds