Lines Matching refs:target_list
414 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
416 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
418 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
925 struct list_head *target_list) in binder_inc_node_nilocked() argument
934 if (target_list == NULL && in binder_inc_node_nilocked()
946 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
947 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
950 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
958 if (target_list == NULL) { in binder_inc_node_nilocked()
966 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
973 struct list_head *target_list) in binder_inc_node() argument
978 ret = binder_inc_node_nilocked(node, strong, internal, target_list); in binder_inc_node()
1292 struct list_head *target_list) in binder_inc_ref_olocked() argument
1298 ret = binder_inc_node(ref->node, 1, 1, target_list); in binder_inc_ref_olocked()
1305 ret = binder_inc_node(ref->node, 0, 1, target_list); in binder_inc_ref_olocked()
1488 struct list_head *target_list, in binder_inc_ref_for_node() argument
1505 ret = binder_inc_ref_olocked(ref, strong, target_list); in binder_inc_ref_for_node()
2800 struct list_head *target_list) in binder_find_outdated_transaction_ilocked() argument
2804 list_for_each_entry(w, target_list, entry) { in binder_find_outdated_transaction_ilocked()