Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_htb.c147 struct htb_prio hprio[TC_HTB_NUMPRIO]; member
377 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_safe_rb_erase()
410 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row()
413 if (hprio->ptr == cl->node + prio) in htb_remove_class_from_row()
414 htb_next_rb_node(&hprio->ptr); in htb_remove_class_from_row()
416 htb_safe_rb_erase(cl->node + prio, &hprio->row); in htb_remove_class_from_row()
417 if (!hprio->row.rb_node)
815 * @hprio: the current one
820 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, cons in htb_lookup_leaf()
405 struct htb_prio *hprio = &hlevel->hprio[prio]; htb_remove_class_from_row() local
817 htb_lookup_leaf(struct htb_prio * hprio,const int prio) htb_lookup_leaf() argument
882 struct htb_prio *hprio = &hlevel->hprio[prio]; htb_dequeue_tree() local
[all...]
/linux/drivers/net/bonding/
H A Dbond_main.c1098 struct slave *slave, *hprio = NULL; in bond_choose_primary_or_current() local
1104 hprio = hprio ?: slave; in bond_choose_primary_or_current()
1105 if (slave->prio > hprio->prio) in bond_choose_primary_or_current()
1106 hprio = slave; in bond_choose_primary_or_current()
1110 if (hprio && hprio != curr) { in bond_choose_primary_or_current()
1111 prim = hprio; in bond_choose_primary_or_current()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c3074 goto hprio; in npc_get_mcam_search_range_priority()
3101 hprio: in npc_get_mcam_search_range_priority()