Home
last modified time | relevance | path

Searched refs:old_parent (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c2218 struct ice_sched_node *old_parent; in ice_sched_update_parent() local
2221 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()