Home
last modified time | relevance | path

Searched refs:acpi_os_create_cache (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dutalloc.c69 acpi_os_create_cache("Acpi-Namespace", in acpi_ut_create_caches()
78 acpi_os_create_cache("Acpi-State", sizeof(union acpi_generic_state), in acpi_ut_create_caches()
86 acpi_os_create_cache("Acpi-Parse", in acpi_ut_create_caches()
95 acpi_os_create_cache("Acpi-ParseExt", in acpi_ut_create_caches()
104 acpi_os_create_cache("Acpi-Operand", in acpi_ut_create_caches()
117 acpi_os_create_cache("Acpi-Comment", in acpi_ut_create_caches()
130 acpi_os_create_cache("Acpi-Comment-Addr", in acpi_ut_create_caches()
142 acpi_os_create_cache("Acpi-File", sizeof(struct acpi_file_node), in acpi_ut_create_caches()
H A Dutcache.c32 acpi_os_create_cache(char *cache_name, in acpi_os_create_cache() function
/openbmc/linux/include/acpi/
H A Dacpiosxf.h201 acpi_os_create_cache(char *cache_name,
/openbmc/linux/drivers/acpi/
H A Dosl.c1557 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache) in acpi_os_create_cache() function