HomeSort by relevance Sort by last modified time
    Searched refs:avc_cache_stats_incr (Results 1 - 2 of 2) sorted by null

  /external/libselinux/src/
avc_internal.h 136 #define avc_cache_stats_incr(field) \ macro
143 #define avc_cache_stats_incr(field) macro
avc.c 385 avc_cache_stats_incr(cav_lookups);
389 avc_cache_stats_incr(cav_hits);
395 avc_cache_stats_incr(cav_misses);
713 avc_cache_stats_incr(entry_lookups);
720 avc_cache_stats_incr(entry_hits);
723 avc_cache_stats_incr(entry_discards);
729 avc_cache_stats_incr(entry_misses);

Completed in 22 milliseconds