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

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

Completed in 215 milliseconds