Searched refs:cpu_bstats_hw (Results 1 – 7 of 7) sorted by relevance
106 free_percpu(p->cpu_bstats_hw); in free_tcf()418 p->cpu_bstats_hw = netdev_alloc_pcpu_stats(struct gnet_stats_basic_cpu); in tcf_idr_create()419 if (!p->cpu_bstats_hw) in tcf_idr_create()445 free_percpu(p->cpu_bstats_hw); in tcf_idr_create()1021 gnet_stats_copy_basic_hw(NULL, &d, p->cpu_bstats_hw, in tcf_action_copy_stats()
186 _bstats_cpu_update(this_cpu_ptr(gact->common.cpu_bstats_hw), in tcf_gact_stats_update()
312 _bstats_cpu_update(this_cpu_ptr(a->cpu_bstats_hw), in tcf_vlan_stats_update()
323 _bstats_cpu_update(this_cpu_ptr(a->cpu_bstats_hw), in tcf_stats_update()
299 _bstats_cpu_update(this_cpu_ptr(a->cpu_bstats_hw), in tcf_police_stats_update()
911 _bstats_cpu_update(this_cpu_ptr(a->cpu_bstats_hw), in tcf_stats_update()
40 struct gnet_stats_basic_cpu __percpu *cpu_bstats_hw; member