Home
last modified time | relevance | path

Searched refs:red_start_of_idle_period (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/sched/
Dsch_red.c163 red_start_of_idle_period(&q->vars); in red_dequeue()
303 red_start_of_idle_period(&q->vars); in __red_change()
Dsch_gred.c280 red_start_of_idle_period(&t->wred_set); in gred_dequeue()
283 red_start_of_idle_period(&q->vars); in gred_dequeue()
Dsch_choke.c290 red_start_of_idle_period(&q->vars); in choke_dequeue()
/linux-6.1.9/include/net/
Dred.h272 static inline void red_start_of_idle_period(struct red_vars *v) in red_start_of_idle_period() function