Searched refs:psched_ratecfg_precompute (Results 1 – 8 of 8) sorted by relevance
/linux/net/sched/ |
A D | act_police.c | 181 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64); in tcf_police_init() 190 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init()
|
A D | sch_tbf.c | 390 psched_ratecfg_precompute(&rate, &qopt->rate, rate64); in tbf_change() 402 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change()
|
A D | sch_generic.c | 1471 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 1481 EXPORT_SYMBOL(psched_ratecfg_precompute);
|
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/ |
A D | sch_generic.h | 1262 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|
/linux/ |
A D | vmlinux.symvers | 1956 0x00000000 psched_ratecfg_precompute vmlinux EXPORT_SYMBOL
|
A D | System.map | 52070 ffff800010deae20 T psched_ratecfg_precompute
|
A D | .tmp_System.map | 52070 ffff800010deae20 T psched_ratecfg_precompute
|
Completed in 317 milliseconds