Lines Matching refs:target_list
797 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
799 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
801 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
1188 struct list_head *target_list) in binder_inc_node_nilocked() argument
1197 if (target_list == NULL && in binder_inc_node_nilocked()
1209 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
1210 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
1213 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
1221 if (target_list == NULL) { in binder_inc_node_nilocked()
1229 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
1236 struct list_head *target_list) in binder_inc_node() argument
1241 ret = binder_inc_node_nilocked(node, strong, internal, target_list); in binder_inc_node()
1554 struct list_head *target_list) in binder_inc_ref_olocked() argument
1560 ret = binder_inc_node(ref->node, 1, 1, target_list); in binder_inc_ref_olocked()
1567 ret = binder_inc_node(ref->node, 0, 1, target_list); in binder_inc_ref_olocked()
1749 struct list_head *target_list, in binder_inc_ref_for_node() argument
1766 ret = binder_inc_ref_olocked(ref, strong, target_list); in binder_inc_ref_for_node()