Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Ddatapath.h98 struct dp_stats_percpu __percpu *stats_percpu; member
H A Ddatapath.c170 free_percpu(dp->stats_percpu); in destroy_dp_rcu()
257 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_process_packet()
337 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_upcall()
739 percpu_stats = per_cpu_ptr(dp->stats_percpu, i); in get_dp_stats()
1759 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_stats_init()
1760 if (!dp->stats_percpu) in ovs_dp_stats_init()
1878 free_percpu(dp->stats_percpu); in ovs_dp_cmd_new()