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

  /external/libselinux/include/selinux/
avc.h 218 * statistics (as returned by avc_cache_stats()) to zero.
388 #define AVC_CACHE_STATS 1
390 struct avc_cache_stats { struct
402 * avc_cache_stats - get cache access statistics.
410 void avc_cache_stats(struct avc_cache_stats *stats);
  /external/libselinux/src/
avc.c 58 static struct avc_cache_stats cache_stats;
202 void avc_cache_stats(struct avc_cache_stats *p) function

Completed in 174 milliseconds