Lines Matching refs:target_list
456 * @target_list: list to add work to
465 struct list_head *target_list)
467 BUG_ON(target_list == NULL);
469 list_add_tail(&work->entry, target_list);
855 struct list_head *target_list)
864 if (target_list == NULL &&
876 if (!node->has_strong_ref && target_list) {
877 struct binder_thread *thread = container_of(target_list,
880 BUG_ON(&thread->todo != target_list);
888 if (target_list == NULL) {
896 binder_enqueue_work_ilocked(&node->work, target_list);
903 struct list_head *target_list)
908 ret = binder_inc_node_nilocked(node, strong, internal, target_list);
1214 * @target_list: list to queue node work on
1221 struct list_head *target_list)
1227 ret = binder_inc_node(ref->node, 1, 1, target_list);
1234 ret = binder_inc_node(ref->node, 0, 1, target_list);
1405 * @target_list: worklist to use if node is incremented
1416 struct list_head *target_list,
1433 ret = binder_inc_ref_olocked(ref, strong, target_list);
2751 * @target_list: list to find outdated transaction
2760 struct list_head *target_list)
2764 list_for_each_entry(w, target_list, entry) {