Searched refs:psched_ratecfg_precompute (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_tbf.c | 402 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); in tbf_change() 414 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change()
|
| H A D | act_police.c | 177 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64); in tcf_police_init() 185 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init()
|
| H A D | sch_generic.c | 1563 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 1574 EXPORT_SYMBOL(psched_ratecfg_precompute);
|
| H A D | sch_htb.c | 2027 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class() 2028 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
| /linux/include/net/ |
| H A D | sch_generic.h | 1458 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|