Searched refs:do_proc_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 960 bool do_proc_work) in binder_has_work_ilocked() 964 (do_proc_work && in binder_has_work_ilocked() 968 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work() argument 973 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work() 4522 bool do_proc_work) in binder_wait_for_work() 4532 if (binder_has_work_ilocked(thread, do_proc_work)) in binder_wait_for_work() 4534 if (do_proc_work) in binder_wait_for_work() 959 binder_has_work_ilocked(struct binder_thread *thread, bool do_proc_work) binder_has_work_ilocked() argument 4521 binder_wait_for_work(struct binder_thread *thread, bool do_proc_work) binder_wait_for_work() argument
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 587 bool do_proc_work) in binder_has_work_ilocked() 591 (do_proc_work && in binder_has_work_ilocked() 595 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work() argument 600 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work() 4358 bool do_proc_work) in binder_wait_for_work() 4367 if (binder_has_work_ilocked(thread, do_proc_work)) in binder_wait_for_work() 4369 if (do_proc_work) in binder_wait_for_work() 586 binder_has_work_ilocked(struct binder_thread *thread, bool do_proc_work) binder_has_work_ilocked() argument 4357 binder_wait_for_work(struct binder_thread *thread, bool do_proc_work) binder_wait_for_work() argument
|
Completed in 16 milliseconds