Searched refs:hlevel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_htb.c | 176 struct htb_level hlevel[TC_HTB_MAXDEPTH]; member 303 struct rb_node **p = &q->hlevel[cl->level].wait_pq.rb_node, *parent = NULL; in htb_add_to_wait_tree() 323 rb_insert_color(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_add_to_wait_tree() 350 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_add_class_to_row() 376 struct htb_level *hlevel = &q->hlevel[cl->level]; in htb_remove_class_from_row() local 380 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row() 683 htb_safe_rb_erase(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_charge_class() 711 struct rb_root *wait_pq = &q->hlevel[level].wait_pq; in htb_do_events() 831 struct htb_level *hlevel in htb_dequeue_tree() local [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_htb.c | 177 struct htb_level hlevel[TC_HTB_MAXDEPTH]; member 319 struct rb_node **p = &q->hlevel[cl->level].wait_pq.rb_node, *parent = NULL; in htb_add_to_wait_tree() 339 rb_insert_color(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_add_to_wait_tree() 370 htb_add_to_id_tree(&q->hlevel[cl->level].hprio[prio].row, cl, prio); in htb_add_class_to_row() 399 struct htb_level *hlevel = &q->hlevel[cl->level]; in htb_remove_class_from_row() local 403 struct htb_prio *hprio = &hlevel->hprio[prio]; in htb_remove_class_from_row() 723 htb_safe_rb_erase(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_charge_class() 739 * @level: which wait_pq in 'q->hlevel' 754 struct rb_root *wait_pq = &q->hlevel[leve in htb_do_events() 876 struct htb_level *hlevel = &q->hlevel[level]; htb_dequeue_tree() local [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mt7621.c | 39 u32 hlevel; member 124 mtk_gpio_w32(rg, GPIO_REG_HLVL, high | (BIT(pin) & rg->hlevel)); in mediatek_gpio_irq_unmask() 160 rg->hlevel | rg->llevel) & mask) in mediatek_gpio_irq_type() 168 rg->hlevel &= ~mask; in mediatek_gpio_irq_type() 183 rg->hlevel |= mask; in mediatek_gpio_irq_type()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mt7621.c | 38 u32 hlevel; member 123 mtk_gpio_w32(rg, GPIO_REG_HLVL, high | (BIT(pin) & rg->hlevel)); in mediatek_gpio_irq_unmask() 161 rg->hlevel | rg->llevel) & mask) in mediatek_gpio_irq_type() 169 rg->hlevel &= ~mask; in mediatek_gpio_irq_type() 184 rg->hlevel |= mask; in mediatek_gpio_irq_type()
|
Completed in 6 milliseconds