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

  /external/selinux/libselinux/include/selinux/
avc.h 222 * statistics (as returned by avc_cache_stats()) to zero.
392 #define AVC_CACHE_STATS 1
394 struct avc_cache_stats { struct
406 * avc_cache_stats - get cache access statistics.
414 void avc_cache_stats(struct avc_cache_stats *stats);
  /external/selinux/libselinux/utils/
avcstat.c 29 struct avc_cache_stats { struct
97 struct avc_cache_stats tot, rel, last;
182 struct avc_cache_stats tmp;
  /external/selinux/libselinux/src/
avc.c 59 static struct avc_cache_stats cache_stats;
249 void avc_cache_stats(struct avc_cache_stats *p) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 329 AVC_CACHE_STATS = _selinux.AVC_CACHE_STATS
330 class avc_cache_stats(_object): class in inherits:_object
332 __setattr__ = lambda self, name, value: _swig_setattr(self, avc_cache_stats, name, value)
334 __getattr__ = lambda self, name: _swig_getattr(self, avc_cache_stats, name)
367 avc_cache_stats_swigregister(avc_cache_stats)
    [all...]

Completed in 83 milliseconds