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 75 UINT32 CacheSize = ASL_STRING_CACHE_SIZE;
83 if (Length > CacheSize)
85 CacheSize = Length;
89 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
110 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
120 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 2191 UINT64 CacheSize;

Completed in 25 milliseconds