Searched refs:old_parent (Results 1 – 1 of 1) sorted by relevance
2242 struct ice_sched_node *old_parent; in ice_sched_update_parent() local2245 old_parent = node->parent; in ice_sched_update_parent()2248 for (i = 0; i < old_parent->num_children; i++) in ice_sched_update_parent()2249 if (old_parent->children[i] == node) { in ice_sched_update_parent()2250 for (j = i + 1; j < old_parent->num_children; j++) in ice_sched_update_parent()2251 old_parent->children[j - 1] = in ice_sched_update_parent()2252 old_parent->children[j]; in ice_sched_update_parent()2253 old_parent->num_children--; in ice_sched_update_parent()