Searched refs:hprio (Results 1 – 3 of 3) sorted by relevance
146 struct htb_prio hprio[TC_HTB_NUMPRIO]; member 371 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_add_class_to_row() 404 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row() local 407 if (hprio->ptr == cl->node + prio) in htb_remove_class_from_row() 408 htb_next_rb_node(&hprio->ptr); in htb_remove_class_from_row() 410 htb_safe_rb_erase(cl->node + prio, &hprio->row); in htb_remove_class_from_row() 411 if (!hprio->row.rb_node) in htb_remove_class_from_row() 810 * @hprio: the current one815 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, cons argument 880 struct htb_prio *hprio = &hlevel->hprio[prio]; htb_dequeue_tree() local [all...]
1094 struct slave *slave, *hprio = NULL; in bond_choose_primary_or_current() local1100 hprio = hprio ?: slave; in bond_choose_primary_or_current()1101 if (slave->prio > hprio->prio) in bond_choose_primary_or_current()1102 hprio = slave; in bond_choose_primary_or_current()1106 if (hprio && hprio != curr) { in bond_choose_primary_or_current()1107 prim = hprio; in bond_choose_primary_or_current()
2774 goto hprio; in npc_get_mcam_search_range_priority()2801 hprio: in npc_get_mcam_search_range_priority()