Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Ddatapath.h29 * struct dp_stats_percpu - per-cpu packet processing statistics for a given
46 struct dp_stats_percpu { struct
99 struct dp_stats_percpu __percpu *stats_percpu;
47 n_hitdp_stats_percpu global() argument
48 n_misseddp_stats_percpu global() argument
49 n_lostdp_stats_percpu global() argument
50 n_mask_hitdp_stats_percpu global() argument
51 n_cache_hitdp_stats_percpu global() argument
52 syncpdp_stats_percpu global() argument
H A Ddatapath.c252 struct dp_stats_percpu *stats; in ovs_dp_process_packet()
334 struct dp_stats_percpu *stats; in ovs_dp_upcall()
765 const struct dp_stats_percpu *percpu_stats; in get_dp_stats()
766 struct dp_stats_percpu local_stats; in get_dp_stats()
1789 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_stats_init()