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

/linux-master/drivers/android/
H A Dbinder_internal.h225 * @async_todo: list of async work items
265 struct list_head async_todo; member in struct:binder_node
H A Dbinder.c25 * node->async_todo), as well as thread->transaction_stack
782 INIT_LIST_HEAD(&node->async_todo);
2805 &node->async_todo);
2814 binder_enqueue_work_ilocked(&t->work, &node->async_todo);
3795 &buf_node->async_todo);
5768 binder_release_work(proc, &node->async_todo);
6103 list_for_each_entry(w, &node->async_todo, entry)

Completed in 133 milliseconds