Searched refs:avc_cache_stats_incr (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/selinux/
H A Davc.c42 #define avc_cache_stats_incr(field) this_cpu_inc(avc_cache_stats.field) macro
44 #define avc_cache_stats_incr(field) do {} while (0) macro
436 avc_cache_stats_incr(frees);
450 avc_cache_stats_incr(frees);
481 avc_cache_stats_incr(reclaims);
505 avc_cache_stats_incr(allocations);
559 avc_cache_stats_incr(lookups);
565 avc_cache_stats_incr(misses);

Completed in 160 milliseconds