Searched refs:old_parent (Results 1 – 1 of 1) sorted by relevance
2218 struct ice_sched_node *old_parent; in ice_sched_update_parent() local2221 old_parent = node->parent; in ice_sched_update_parent()2224 for (i = 0; i < old_parent->num_children; i++) in ice_sched_update_parent()2225 if (old_parent->children[i] == node) { in ice_sched_update_parent()2226 for (j = i + 1; j < old_parent->num_children; j++) in ice_sched_update_parent()2227 old_parent->children[j - 1] = in ice_sched_update_parent()2228 old_parent->children[j]; in ice_sched_update_parent()2229 old_parent->num_children--; in ice_sched_update_parent()