Searched refs:red_parms (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | red.h | 128 struct red_parms { struct 230 static inline void red_set_parms(struct red_parms *p, in red_set_parms() 290 static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms *p, in red_calc_qavg_from_idle_time() 338 static inline unsigned long red_calc_qavg_no_idle_time(const struct red_parms *p, in red_calc_qavg_no_idle_time() 354 static inline unsigned long red_calc_qavg(const struct red_parms *p, in red_calc_qavg() 365 static inline u32 red_random(const struct red_parms *p) in red_random() 370 static inline int red_mark_probability(const struct red_parms *p, in red_mark_probability() 399 static inline int red_cmp_thresh(const struct red_parms *p, unsigned long qavg) in red_cmp_thresh() 415 static inline int red_action(const struct red_parms *p, in red_action() 445 static inline void red_adaptative_algo(struct red_parms * [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | red.h | 127 struct red_parms { struct 229 static inline void red_set_parms(struct red_parms *p, in red_set_parms() 289 static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms *p, in red_calc_qavg_from_idle_time() 337 static inline unsigned long red_calc_qavg_no_idle_time(const struct red_parms *p, in red_calc_qavg_no_idle_time() 353 static inline unsigned long red_calc_qavg(const struct red_parms *p, in red_calc_qavg() 364 static inline u32 red_random(const struct red_parms *p) in red_random() 369 static inline int red_mark_probability(const struct red_parms *p, in red_mark_probability() 398 static inline int red_cmp_thresh(const struct red_parms *p, unsigned long qavg) in red_cmp_thresh() 414 static inline int red_action(const struct red_parms *p, in red_action() 444 static inline void red_adaptative_algo(struct red_parms * [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_sfq.c | 129 struct red_parms *red_parms; member 378 if (q->red_parms) { in sfq_enqueue() 379 slot->vars.qavg = red_calc_qavg_no_idle_time(q->red_parms, in sfq_enqueue() 382 switch (red_action(q->red_parms, in sfq_enqueue() 584 if (q->red_parms) in sfq_rehash() 585 slot->vars.qavg = red_calc_qavg(q->red_parms, in sfq_rehash() 629 struct red_parms *p = NULL; in sfq_change() 673 swap(q->red_parms, p); in sfq_change() 674 red_set_parms(q->red_parms, in sfq_change() [all...] |
H A D | sch_choke.c | 53 struct red_parms parms; 217 const struct red_parms *p = &q->parms; in choke_enqueue()
|
H A D | sch_red.c | 45 struct red_parms parms;
|
H A D | sch_gred.c | 42 struct red_parms parms;
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_sfq.c | 129 struct red_parms *red_parms; member 378 if (q->red_parms) { in sfq_enqueue() 379 slot->vars.qavg = red_calc_qavg_no_idle_time(q->red_parms, in sfq_enqueue() 382 switch (red_action(q->red_parms, in sfq_enqueue() 584 if (q->red_parms) in sfq_rehash() 585 slot->vars.qavg = red_calc_qavg(q->red_parms, in sfq_rehash() 632 struct red_parms *p = NULL; in sfq_change() 676 swap(q->red_parms, p); in sfq_change() 677 red_set_parms(q->red_parms, in sfq_change() [all...] |
H A D | sch_choke.c | 53 struct red_parms parms; 216 const struct red_parms *p = &q->parms; in choke_enqueue()
|
H A D | sch_red.c | 45 struct red_parms parms;
|
H A D | sch_gred.c | 42 struct red_parms parms;
|
Completed in 11 milliseconds