HomeSort by: relevance | last modified time | path
    Searched defs:CacheSize (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslcache.c 183 UINT32 CacheSize = ASL_STRING_CACHE_SIZE;
191 if (Length > CacheSize)
193 CacheSize = Length;
197 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
218 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
228 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize;
  /src/sys/arch/prep/include/
residual.h 112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2298 UINT64 CacheSize;

Completed in 109 milliseconds