Searched refs:has_work (Results 1 – 2 of 2) sorted by relevance
557 bool has_work = false; in binder_has_work_ilocked() local562 has_work = in binder_has_work_ilocked()567 trace_android_vh_binder_has_special_work_ilocked(thread, do_proc_work, &has_work); in binder_has_work_ilocked()569 return has_work; in binder_has_work_ilocked()574 bool has_work; in binder_has_work() local577 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work()580 return has_work; in binder_has_work()
884 int has_work; in cell_defer_no_holder() local888 has_work = !bio_list_empty(&tc->deferred_bio_list); in cell_defer_no_holder()891 if (has_work) in cell_defer_no_holder()