Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_api.c125 free_percpu(p->cpu_bstats_hw); in free_tcf()
795 p->cpu_bstats_hw = netdev_alloc_pcpu_stats(struct gnet_stats_basic_sync); in tcf_idr_create()
796 if (!p->cpu_bstats_hw) in tcf_idr_create()
826 free_percpu(p->cpu_bstats_hw); in tcf_idr_create()
1584 _bstats_update(this_cpu_ptr(a->cpu_bstats_hw), in tcf_action_update_stats()
1630 gnet_stats_copy_basic_hw(&d, p->cpu_bstats_hw, in tcf_action_copy_stats()
/linux/include/net/
H A Dact_api.h43 struct gnet_stats_basic_sync __percpu *cpu_bstats_hw; member