Searched refs:psched_ratecfg_precompute (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | 1387 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 1422 EXPORT_SYMBOL(psched_ratecfg_precompute); variable
|
H A D | sch_htb.c | 1455 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class() 1456 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
/kernel/linux/linux-6.6/net/sched/ |
H 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()
|
H A D | act_police.c | 172 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64); in tcf_police_init() 181 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init()
|
H A D | sch_generic.c | 1526 void psched_ratecfg_precompute(struct psched_ratecfg *r, in psched_ratecfg_precompute() function 1537 EXPORT_SYMBOL(psched_ratecfg_precompute); variable
|
H A D | sch_htb.c | 2036 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class() 2037 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 1268 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 1246 void psched_ratecfg_precompute(struct psched_ratecfg *r,
|
Completed in 16 milliseconds