Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Davc.c432 avc_cache_stats_incr(cav_lookups); in avc_lookup()
436 avc_cache_stats_incr(cav_hits); in avc_lookup()
442 avc_cache_stats_incr(cav_misses); in avc_lookup()
770 avc_cache_stats_incr(entry_lookups); in avc_has_perm_noaudit()
777 avc_cache_stats_incr(entry_hits); in avc_has_perm_noaudit()
780 avc_cache_stats_incr(entry_discards); in avc_has_perm_noaudit()
786 avc_cache_stats_incr(entry_misses); in avc_has_perm_noaudit()
Davc_internal.h141 #define avc_cache_stats_incr(field) \ macro
152 #define avc_cache_stats_incr(field) do {} while (0) macro