Home | History | Annotate | Download | only in utilities

Lines Matching defs:Cache

199  * PARAMETERS:  CacheName       - Ascii name for the cache
201 * ReturnCache - Where the new cache object is returned
215 ACPI_MEMORY_LIST *Cache;
218 Cache = AcpiOsAllocateZeroed (sizeof (ACPI_MEMORY_LIST));
219 if (!Cache)
224 Cache->ListName = ListName;
225 Cache->ObjectSize = ObjectSize;
227 *ReturnCache = Cache;
801 /* Ignore allocated objects that are in a cache */
902 ACPI_ERROR ((AE_INFO, "%u (0x%X) Outstanding cache allocations",