Lines Matching refs:target_list
443 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
445 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
447 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
821 struct list_head *target_list) in binder_inc_node_nilocked() argument
830 if (target_list == NULL && in binder_inc_node_nilocked()
842 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
843 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
846 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
854 if (target_list == NULL) { in binder_inc_node_nilocked()
862 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
869 struct list_head *target_list) in binder_inc_node() argument
874 ret = binder_inc_node_nilocked(node, strong, internal, target_list); in binder_inc_node()
1252 struct list_head *target_list) in binder_inc_ref_olocked() argument
1258 ret = binder_inc_node(ref->node, 1, 1, target_list); in binder_inc_ref_olocked()
1265 ret = binder_inc_node(ref->node, 0, 1, target_list); in binder_inc_ref_olocked()
1469 struct list_head *target_list, in binder_inc_ref_for_node() argument
1486 ret = binder_inc_ref_olocked(ref, strong, target_list); in binder_inc_ref_for_node()
2814 struct list_head *target_list) in binder_find_outdated_transaction_ilocked() argument
2818 list_for_each_entry(w, target_list, entry) { in binder_find_outdated_transaction_ilocked()