Lines Matching defs:cache
48 * PARAMETERS: cache_name - Ascii name for the cache
50 * return_cache - Where the new cache object is returned
62 struct acpi_memory_list *cache;
64 cache = acpi_os_allocate_zeroed(sizeof(struct acpi_memory_list));
65 if (!cache) {
69 cache->list_name = list_name;
70 cache->object_size = object_size;
72 *return_cache = cache;
580 /* Ignore allocated objects that are in a cache */
698 ACPI_ERROR((AE_INFO, "%u (0x%X) Outstanding cache allocations",