Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_htb.c178 struct htb_level hlevel[TC_HTB_MAXDEPTH]; member
320 struct rb_node **p = &q->hlevel[cl->level].wait_pq.rb_node, *parent = NULL; in htb_add_to_wait_tree()
340 rb_insert_color(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_add_to_wait_tree()
372 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_add_class_to_row()
401 struct htb_level *hlevel = &q->hlevel[cl->level]; in htb_remove_class_from_row() local
405 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row()
726 htb_safe_rb_erase(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_charge_class()
757 struct rb_root *wait_pq = &q->hlevel[level].wait_pq; in htb_do_events()
881 struct htb_level *hlevel = &q->hlevel[level]; in htb_dequeue_tree() local
882 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_dequeue_tree()
[all …]
/linux/drivers/gpio/
H A Dgpio-mt7621.c37 u32 hlevel; member
157 mtk_gpio_w32(rg, GPIO_REG_HLVL, high | (BIT(mask) & rg->hlevel)); in mt7621_gpio_irq_unmask()
194 rg->hlevel | rg->llevel) & mask) in mt7621_gpio_irq_type()
202 rg->hlevel &= ~mask; in mt7621_gpio_irq_type()
217 rg->hlevel |= mask; in mt7621_gpio_irq_type()