Searched refs:gen_replace_estimator (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/core/ |
H A D | gen_estimator.c | 233 int gen_replace_estimator(struct gnet_stats_basic_sync *bstats, in gen_replace_estimator() function 242 EXPORT_SYMBOL(gen_replace_estimator);
|
/openbmc/linux/include/net/ |
H A D | gen_stats.h | 76 int gen_replace_estimator(struct gnet_stats_basic_sync *bstats,
|
/openbmc/linux/net/sched/ |
H A D | sch_drr.c | 85 err = gen_replace_estimator(&cl->bstats, NULL, in drr_change_class() 119 err = gen_replace_estimator(&cl->bstats, NULL, &cl->rate_est, in drr_change_class()
|
H A D | act_police.c | 115 err = gen_replace_estimator(&police->tcf_bstats, in tcf_police_init()
|
H A D | sch_qfq.c | 460 err = gen_replace_estimator(&cl->bstats, NULL, in qfq_change_class()
|
H A D | sch_hfsc.c | 972 err = gen_replace_estimator(&cl->bstats, NULL, in hfsc_change_class()
|
H A D | sch_htb.c | 1985 err = gen_replace_estimator(&cl->bstats, NULL, in htb_change_class()
|
H A D | sch_api.c | 1413 gen_replace_estimator(&sch->bstats, in qdisc_change()
|