Home
last modified time | relevance | path

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

/linux-6.15/security/selinux/include/
H A Davc.h37 struct avc_cache_stats { struct
165 DECLARE_PER_CPU(struct avc_cache_stats, avc_cache_stats);
/linux-6.15/security/selinux/
H A Davc.c42 #define avc_cache_stats_incr(field) this_cpu_inc(avc_cache_stats.field)
86 DEFINE_PER_CPU(struct avc_cache_stats, avc_cache_stats) = { 0 };
H A Dselinuxfs.c1516 static struct avc_cache_stats *sel_avc_get_stat_idx(loff_t *idx) in sel_avc_get_stat_idx()
1524 return &per_cpu(avc_cache_stats, cpu); in sel_avc_get_stat_idx()
1547 struct avc_cache_stats *st = v; in sel_avc_stats_seq_show()