Home
last modified time | relevance | path

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

/Linux-v5.10/net/openvswitch/
Ddatapath.c690 struct dp_stats_percpu local_stats; in get_dp_stats() local
697 local_stats = *percpu_stats; in get_dp_stats()
700 stats->n_hit += local_stats.n_hit; in get_dp_stats()
701 stats->n_missed += local_stats.n_missed; in get_dp_stats()
702 stats->n_lost += local_stats.n_lost; in get_dp_stats()
703 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
704 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()