Lines Matching defs:target_list
435 * @target_list: list to add work to
444 struct list_head *target_list)
446 BUG_ON(target_list == NULL);
448 list_add_tail(&work->entry, target_list);
822 struct list_head *target_list)
831 if (target_list == NULL &&
843 if (!node->has_strong_ref && target_list) {
844 struct binder_thread *thread = container_of(target_list,
847 BUG_ON(&thread->todo != target_list);
854 if (!node->has_weak_ref && target_list && list_empty(&node->work.entry))
855 binder_enqueue_work_ilocked(&node->work, target_list);
861 struct list_head *target_list)
866 ret = binder_inc_node_nilocked(node, strong, internal, target_list);
1237 * @target_list: list to queue node work on
1244 struct list_head *target_list)
1250 ret = binder_inc_node(ref->node, 1, 1, target_list);
1257 ret = binder_inc_node(ref->node, 0, 1, target_list);
1450 * @target_list: worklist to use if node is incremented
1461 struct list_head *target_list,
1478 ret = binder_inc_ref_olocked(ref, strong, target_list);
2797 * @target_list: list to find outdated transaction
2806 struct list_head *target_list)
2810 list_for_each_entry(w, target_list, entry) {