Searched refs:psched_ratecfg_precompute (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_police.c | 203 psched_ratecfg_precompute(&police->rate, &R_tab->rate, 0); in tcf_act_police_locate() 210 psched_ratecfg_precompute(&police->peak, &P_tab->rate, 0); in tcf_act_police_locate()
|
D | sch_tbf.c | 349 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); in tbf_change() 361 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change()
|
D | sch_generic.c | 955 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 989 EXPORT_SYMBOL(psched_ratecfg_precompute);
|
D | sch_htb.c | 1481 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class() 1482 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
/linux-4.4.14/include/net/ |
D | sch_generic.h | 795 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|