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

  /external/libselinux/src/
avc.c 58 static struct avc_cache_stats cache_stats; variable in typeref:struct:avc_cache_stats
136 memset(&cache_stats, 0, sizeof(cache_stats));
204 memcpy(p, &cache_stats, sizeof(cache_stats));
486 memset(&cache_stats, 0, sizeof(cache_stats));
  /external/openssl/crypto/threads/
mttest.c 146 int cache_stats=0; variable
217 cache_stats=1;
348 if (cache_stats)

Completed in 26 milliseconds