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

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

Completed in 97 milliseconds