Lines Matching refs:target_list
829 * @target_list: list to add work to
838 struct list_head *target_list)
840 BUG_ON(target_list == NULL);
842 list_add_tail(&work->entry, target_list);
1228 struct list_head *target_list)
1237 if (target_list == NULL &&
1249 if (!node->has_strong_ref && target_list) {
1250 struct binder_thread *thread = container_of(target_list,
1253 BUG_ON(&thread->todo != target_list);
1261 if (target_list == NULL) {
1269 binder_enqueue_work_ilocked(&node->work, target_list);
1276 struct list_head *target_list)
1281 ret = binder_inc_node_nilocked(node, strong, internal, target_list);
1587 * @target_list: list to queue node work on
1594 struct list_head *target_list)
1600 ret = binder_inc_node(ref->node, 1, 1, target_list);
1607 ret = binder_inc_node(ref->node, 0, 1, target_list);
1778 * @target_list: worklist to use if node is incremented
1789 struct list_head *target_list,
1806 ret = binder_inc_ref_olocked(ref, strong, target_list);