Home
last modified time | relevance | path

Searched refs:cpu_bstats_hw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_api.c125 free_percpu(p->cpu_bstats_hw); in free_tcf()
751 p->cpu_bstats_hw = netdev_alloc_pcpu_stats(struct gnet_stats_basic_sync); in tcf_idr_create()
752 if (!p->cpu_bstats_hw) in tcf_idr_create()
782 free_percpu(p->cpu_bstats_hw); in tcf_idr_create()
1557 _bstats_update(this_cpu_ptr(a->cpu_bstats_hw), in tcf_action_update_stats()
1599 gnet_stats_copy_basic_hw(&d, p->cpu_bstats_hw, in tcf_action_copy_stats()
/openbmc/linux/include/net/
H A Dact_api.h40 struct gnet_stats_basic_sync __percpu *cpu_bstats_hw; member