Home
last modified time | relevance | path

Searched refs:stats_percpu (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.h60 * @stats_percpu: Per-CPU datapath statistics.
79 struct dp_stats_percpu __percpu *stats_percpu; member
H A Ddatapath.c165 free_percpu(dp->stats_percpu); in destroy_dp_rcu()
231 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_process_packet()
300 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_upcall()
701 percpu_stats = per_cpu_ptr(dp->stats_percpu, i); in get_dp_stats()
1649 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_stats_init()
1650 if (!dp->stats_percpu) in ovs_dp_stats_init()
1765 free_percpu(dp->stats_percpu); in ovs_dp_cmd_new()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.h75 * @stats_percpu: Per-CPU datapath statistics.
95 struct dp_stats_percpu __percpu *stats_percpu; member
H A Ddatapath.c171 free_percpu(dp->stats_percpu); in destroy_dp_rcu()
258 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_process_packet()
338 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_upcall()
740 percpu_stats = per_cpu_ptr(dp->stats_percpu, i); in get_dp_stats()
1760 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_stats_init()
1761 if (!dp->stats_percpu) in ovs_dp_stats_init()
1880 free_percpu(dp->stats_percpu); in ovs_dp_cmd_new()

Completed in 8 milliseconds