Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Davc_internal.h141 #define avc_cache_stats_incr(field) \ macro
152 #define avc_cache_stats_incr(field) do {} while (0) macro
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()
769 avc_cache_stats_incr(entry_lookups); in avc_has_perm_noaudit()
776 avc_cache_stats_incr(entry_hits); in avc_has_perm_noaudit()
779 avc_cache_stats_incr(entry_discards); in avc_has_perm_noaudit()
785 avc_cache_stats_incr(entry_misses); in avc_has_perm_noaudit()