Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_red.c163 red_start_of_idle_period(&q->vars); in red_dequeue()
303 red_start_of_idle_period(&q->vars); in __red_change()
H A 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()
H A Dsch_choke.c290 red_start_of_idle_period(&q->vars); in choke_dequeue()
/openbmc/linux/include/net/
H A Dred.h272 static inline void red_start_of_idle_period(struct red_vars *v) in red_start_of_idle_period() function