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

/drivers/staging/android/
H A Dbinder.c236 struct list_head async_todo; member in struct:binder_node
999 INIT_LIST_HEAD(&node->async_todo);
1761 target_list = &target_node->async_todo;
1994 if (list_empty(&buffer->target_node->async_todo))
1997 list_move_tail(buffer->target_node->async_todo.next, &thread->todo);
3306 list_for_each_entry(w, &node->async_todo, entry)

Completed in 260 milliseconds