Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Ddatapath.c766 struct dp_stats_percpu local_stats; in get_dp_stats() local
773 local_stats = *percpu_stats; in get_dp_stats()
776 stats->n_hit += local_stats.n_hit; in get_dp_stats()
777 stats->n_missed += local_stats.n_missed; in get_dp_stats()
778 stats->n_lost += local_stats.n_lost; in get_dp_stats()
779 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
780 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()