avc_cache_stats
#define avc_cache_stats_incr(field) this_cpu_inc(avc_cache_stats.field)
DEFINE_PER_CPU(struct avc_cache_stats, avc_cache_stats) = { 0 };
DECLARE_PER_CPU(struct avc_cache_stats, avc_cache_stats);
static struct avc_cache_stats *sel_avc_get_stat_idx(loff_t *idx)
return &per_cpu(avc_cache_stats, cpu);
struct avc_cache_stats *st = v;