Home
last modified time | relevance | path

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

/Linux-v5.15/net/openvswitch/
Ddatapath.c703 struct dp_stats_percpu local_stats; in get_dp_stats() local
710 local_stats = *percpu_stats; in get_dp_stats()
713 stats->n_hit += local_stats.n_hit; in get_dp_stats()
714 stats->n_missed += local_stats.n_missed; in get_dp_stats()
715 stats->n_lost += local_stats.n_lost; in get_dp_stats()
716 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
717 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()