Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder.c551 bool do_proc_work) in binder_has_work_ilocked() argument
555 (do_proc_work && in binder_has_work_ilocked()
559 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work() argument
564 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work()
4572 bool do_proc_work) in binder_wait_for_work() argument
4581 if (binder_has_work_ilocked(thread, do_proc_work)) in binder_wait_for_work()
4583 if (do_proc_work) in binder_wait_for_work()