Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c379 static bool binder_worklist_empty_ilocked(struct list_head *list) in binder_worklist_empty_ilocked() function
397 ret = binder_worklist_empty_ilocked(list); in binder_worklist_empty()
526 !binder_worklist_empty_ilocked(&thread->proc->todo)); in binder_has_work_ilocked()
543 binder_worklist_empty_ilocked(&thread->todo) && in binder_available_for_proc_work_ilocked()
4478 if (!binder_worklist_empty_ilocked(&thread->todo)) in binder_thread_read()
4480 else if (!binder_worklist_empty_ilocked(&proc->todo) && in binder_thread_read()
4498 if (binder_worklist_empty_ilocked(&thread->todo)) in binder_thread_read()
5136 if (!binder_worklist_empty_ilocked(&proc->todo)) in binder_ioctl_write_read()