Home
last modified time | relevance | path

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

/drivers/android/
Dbinder.c557 bool has_work = false; in binder_has_work_ilocked() local
562 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() local
577 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work()
580 return has_work; in binder_has_work()
/drivers/md/
Ddm-thin.c884 int has_work; in cell_defer_no_holder() local
888 has_work = !bio_list_empty(&tc->deferred_bio_list); in cell_defer_no_holder()
891 if (has_work) in cell_defer_no_holder()