Searched refs:avc_cache_stats (Results 1 – 3 of 3) sorted by relevance
84 struct avc_cache_stats { struct138 DECLARE_PER_CPU(struct avc_cache_stats, avc_cache_stats);
79 per_cpu(avc_cache_stats, get_cpu()).field++; \124 DEFINE_PER_CPU(struct avc_cache_stats, avc_cache_stats) = { 0 };
1208 static struct avc_cache_stats *sel_avc_get_stat_idx(loff_t *idx) in sel_avc_get_stat_idx()1216 return &per_cpu(avc_cache_stats, cpu); in sel_avc_get_stat_idx()1238 struct avc_cache_stats *st = v; in sel_avc_stats_seq_show()