Searched refs:psched_ratecfg_precompute (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_police.c | 163 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64); in tcf_police_init() 172 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init()
|
| H A D | sch_tbf.c | 375 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); in tbf_change() 387 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change()
|
| H A D | sch_generic.c | 1378 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 1413 EXPORT_SYMBOL(psched_ratecfg_precompute);
|
| H A D | sch_htb.c | 1452 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class() 1453 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sch_generic.h | 1271 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|