Home
last modified time | relevance | path

Searched refs:gen_estimator_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Dgen_estimator.c250 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est) in gen_estimator_active() function
254 EXPORT_SYMBOL(gen_estimator_active);
/openbmc/linux/include/net/
H A Dgen_stats.h81 bool gen_estimator_active(struct net_rate_estimator __rcu **ptr);
/openbmc/linux/net/sched/
H A Dact_police.c124 !gen_estimator_active(&police->tcf_rate_est))) { in tcf_police_init()