Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Ddatapath.h86 struct dp_stats_percpu __percpu *stats_percpu; member
Ddatapath.c204 free_percpu(dp->stats_percpu); in destroy_dp_rcu()
266 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_process_packet()
323 stats = this_cpu_ptr(dp->stats_percpu); in ovs_dp_upcall()
692 percpu_stats = per_cpu_ptr(dp->stats_percpu, i); in get_dp_stats()
1555 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_cmd_new()
1556 if (!dp->stats_percpu) { in ovs_dp_cmd_new()
1618 free_percpu(dp->stats_percpu); in ovs_dp_cmd_new()