Lines Matching refs:target_list
927 struct list_head *target_list) in binder_inc_node() argument
931 if (target_list == NULL && in binder_inc_node()
942 if (!node->has_strong_ref && target_list) { in binder_inc_node()
944 list_add_tail(&node->work.entry, target_list); in binder_inc_node()
950 if (target_list == NULL) { in binder_inc_node()
955 list_add_tail(&node->work.entry, target_list); in binder_inc_node()
1116 struct list_head *target_list) in binder_inc_ref() argument
1122 ret = binder_inc_node(ref->node, 1, 1, target_list); in binder_inc_ref()
1129 ret = binder_inc_node(ref->node, 0, 1, target_list); in binder_inc_ref()
1327 struct list_head *target_list; in binder_transaction() local
1431 target_list = &target_thread->todo; in binder_transaction()
1434 target_list = &target_proc->todo; in binder_transaction()
1697 target_list = &target_node->async_todo; in binder_transaction()
1703 list_add_tail(&t->work.entry, target_list); in binder_transaction()