Searched refs:Scell_log (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | red.h | 138 u8 Scell_log; member 171 u8 Scell_log, u8 *stab) in red_check_params() argument 177 if (Scell_log >= 32) in red_check_params() 231 u8 Scell_log, u8 *stab, u32 max_P) in red_set_parms() argument 260 p->Scell_log = Scell_log; in red_set_parms() 261 p->Scell_max = (255 << Scell_log); in red_set_parms() 316 shift = p->Stab[(us_idle >> p->Scell_log) & RED_STAB_MASK]; in red_calc_qavg_from_idle_time() 328 us_idle = (v->qavg * (u64)us_idle) >> p->Scell_log; in red_calc_qavg_from_idle_time()
|
/linux-6.3-rc2/net/sched/ |
A D | sch_choke.c | 363 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) in choke_change() 412 ctl->Plog, ctl->Scell_log, in choke_change() 442 .Scell_log = q->parms.Scell_log, in choke_dump()
|
A D | sch_red.c | 256 ctl->Scell_log, stab)) in __red_change() 293 ctl->Plog, ctl->Scell_log, in __red_change() 418 .Scell_log = q->parms.Scell_log, in red_dump()
|
A D | sch_sfq.c | 650 ctl_v1->Wlog, ctl_v1->Scell_log, NULL)) in sfq_change() 677 ctl_v1->Plog, ctl_v1->Scell_log, in sfq_change() 809 opt.Scell_log = p->Scell_log; in sfq_dump()
|
A D | sch_gred.c | 490 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) { in gred_change_vq() 515 ctl->Scell_log, stab, max_P); in gred_change_vq() 830 opt.Scell_log = q->parms.Scell_log; in gred_dump()
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | pkt_sched.h | 239 unsigned char Scell_log; /* cell size for idle damping */ member 269 unsigned char Scell_log; /* cell size for idle damping */ member 339 __u8 Scell_log; /* cell size for idle damping */ member 372 unsigned char Scell_log; /* cell size for idle damping */ member
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pkt_sched.h | 240 unsigned char Scell_log; /* cell size for idle damping */ member 273 unsigned char Scell_log; /* cell size for idle damping */ member 359 __u8 Scell_log; /* cell size for idle damping */ member 392 unsigned char Scell_log; /* cell size for idle damping */ member
|
Completed in 24 milliseconds