Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder.c541 bool do_proc_work) in binder_has_work_ilocked() argument
545 (do_proc_work && in binder_has_work_ilocked()
549 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work() argument
554 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work()
4291 bool do_proc_work) in binder_wait_for_work() argument
4300 if (binder_has_work_ilocked(thread, do_proc_work)) in binder_wait_for_work()
4302 if (do_proc_work) in binder_wait_for_work()