Searched refs:psched_ratecfg_precompute (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_tbf.c | 397 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); in tbf_change() 409 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change()
|
| H A D | act_police.c | 171 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64); in tcf_police_init() 179 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init()
|
| H A D | sch_generic.c | 1541 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 1552 EXPORT_SYMBOL(psched_ratecfg_precompute);
|
| H A D | sch_htb.c | 2020 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class() 2021 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
| /linux/include/net/ |
| H A D | sch_generic.h | 1418 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|