Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dutalloc.c107 &acpi_gbl_operand_cache); in acpi_ut_create_caches()
161 (void)acpi_os_delete_cache(acpi_gbl_operand_cache); in acpi_ut_delete_caches()
162 acpi_gbl_operand_cache = NULL; in acpi_ut_delete_caches()
Dutobject.c387 object = acpi_os_acquire_object(acpi_gbl_operand_cache); in acpi_ut_allocate_object_desc_dbg()
431 (void)acpi_os_release_object(acpi_gbl_operand_cache, object); in acpi_ut_delete_object_desc()
Dacglobal.h277 ACPI_EXTERN acpi_cache_t *acpi_gbl_operand_cache; variable
Dutxface.c528 (void)acpi_os_purge_cache(acpi_gbl_operand_cache); in ACPI_EXPORT_SYMBOL()