Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/android/
Dbinder.c247 struct list_head async_todo; member
918 INIT_LIST_HEAD(&node->async_todo); in binder_new_node()
1697 target_list = &target_node->async_todo; in binder_transaction()
1922 if (list_empty(&buffer->target_node->async_todo)) in binder_thread_write()
1925 list_move_tail(buffer->target_node->async_todo.next, &thread->todo); in binder_thread_write()
3025 binder_release_work(&node->async_todo); in binder_node_release()
3345 list_for_each_entry(w, &node->async_todo, entry) in print_binder_node()