Lines Matching refs:todo

319 	struct list_head todo;  member
346 struct list_head todo; member
978 list_add_tail(&node->work.entry, &node->proc->todo); in binder_dec_node()
1431 target_list = &target_thread->todo; in binder_transaction()
1434 target_list = &target_proc->todo; in binder_transaction()
1576 &thread->todo); in binder_transaction()
1705 list_add_tail(&tcomplete->entry, &thread->todo); in binder_transaction()
1925 list_move_tail(buffer->target_node->async_todo.next, &thread->todo); in binder_thread_write()
2034 list_add_tail(&ref->death->work.entry, &thread->todo); in binder_thread_write()
2036 list_add_tail(&ref->death->work.entry, &proc->todo); in binder_thread_write()
2058 list_add_tail(&death->work.entry, &thread->todo); in binder_thread_write()
2060 list_add_tail(&death->work.entry, &proc->todo); in binder_thread_write()
2100 list_add_tail(&death->work.entry, &thread->todo); in binder_thread_write()
2102 list_add_tail(&death->work.entry, &proc->todo); in binder_thread_write()
2132 return !list_empty(&proc->todo) || in binder_has_proc_work()
2138 return !list_empty(&thread->todo) || thread->return_error != BR_OK || in binder_has_thread_work()
2162 list_empty(&thread->todo); in binder_thread_read()
2191 !list_empty(&thread->todo)); in binder_thread_read()
2229 if (!list_empty(&thread->todo)) { in binder_thread_read()
2230 w = list_first_entry(&thread->todo, struct binder_work, in binder_thread_read()
2232 } else if (!list_empty(&proc->todo) && wait_for_proc_work) { in binder_thread_read()
2233 w = list_first_entry(&proc->todo, struct binder_work, in binder_thread_read()
2543 INIT_LIST_HEAD(&thread->todo); in binder_get_thread()
2588 binder_release_work(&thread->todo); in binder_free_thread()
2606 list_empty(&thread->todo) && thread->return_error == BR_OK; in binder_poll()
2669 if (!list_empty(&proc->todo)) in binder_ioctl_write_read()
2954 INIT_LIST_HEAD(&proc->todo); in binder_open()
3050 &ref->proc->todo); in binder_node_release()
3112 binder_release_work(&proc->todo); in binder_deferred_release()
3317 list_for_each_entry(w, &thread->todo, entry) { in print_binder_thread()
3387 list_for_each_entry(w, &proc->todo, entry) in print_binder_proc()
3521 list_for_each_entry(w, &proc->todo, entry) { in print_binder_proc_stats()