Searched refs:hprio (Results 1 – 3 of 3) sorted by relevance
146 struct htb_prio hprio[TC_HTB_NUMPRIO]; member370 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_add_class_to_row()403 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row() local406 if (hprio->ptr == cl->node + prio) in htb_remove_class_from_row()407 htb_next_rb_node(&hprio->ptr); in htb_remove_class_from_row()409 htb_safe_rb_erase(cl->node + prio, &hprio->row); in htb_remove_class_from_row()410 if (!hprio->row.rb_node) in htb_remove_class_from_row()814 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, const int prio) in htb_lookup_leaf() argument823 BUG_ON(!hprio->row.rb_node); in htb_lookup_leaf()824 sp->root = hprio->row.rb_node; in htb_lookup_leaf()[all …]
1093 struct slave *slave, *hprio = NULL; in bond_choose_primary_or_current() local1099 hprio = hprio ?: slave; in bond_choose_primary_or_current()1100 if (slave->prio > hprio->prio) in bond_choose_primary_or_current()1101 hprio = slave; in bond_choose_primary_or_current()1105 if (hprio && hprio != curr) { in bond_choose_primary_or_current()1106 prim = hprio; in bond_choose_primary_or_current()
2423 goto hprio; in npc_get_mcam_search_range_priority()2450 hprio: in npc_get_mcam_search_range_priority()