Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_htb.c147 struct htb_prio hprio[TC_HTB_NUMPRIO]; member
367 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_add_class_to_row()
400 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row() local
403 if (hprio->ptr == cl->node + prio) in htb_remove_class_from_row()
404 htb_next_rb_node(&hprio->ptr); in htb_remove_class_from_row()
406 htb_safe_rb_erase(cl->node + prio, &hprio->row); in htb_remove_class_from_row()
407 if (!hprio->row.rb_node) in htb_remove_class_from_row()
808 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, const int prio) in htb_lookup_leaf() argument
817 BUG_ON(!hprio->row.rb_node); in htb_lookup_leaf()
818 sp->root = hprio->row.rb_node; in htb_lookup_leaf()
[all …]
/linux-6.1.9/drivers/net/bonding/
Dbond_main.c1043 struct slave *slave, *hprio = NULL; in bond_choose_primary_or_current() local
1049 hprio = hprio ?: slave; in bond_choose_primary_or_current()
1050 if (slave->prio > hprio->prio) in bond_choose_primary_or_current()
1051 hprio = slave; in bond_choose_primary_or_current()
1055 if (hprio && hprio != curr) { in bond_choose_primary_or_current()
1056 prim = hprio; in bond_choose_primary_or_current()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c2358 goto hprio; in npc_get_mcam_search_range_priority()
2385 hprio: in npc_get_mcam_search_range_priority()