Home
last modified time | relevance | path

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

/drivers/md/
Ddm-thin.c887 int has_work; in cell_defer_no_holder() local
891 has_work = !bio_list_empty(&tc->deferred_bio_list); in cell_defer_no_holder()
894 if (has_work) in cell_defer_no_holder()
/drivers/android/
Dbinder.c544 bool has_work; in binder_has_work() local
547 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work()
550 return has_work; in binder_has_work()