Searched refs:ACPI_MEM_LIST_OPERAND (Results 1 – 3 of 3) sorted by relevance
264 object = acpi_ut_acquire_from_cache (ACPI_MEM_LIST_OPERAND); in acpi_ut_allocate_object_desc_dbg()311 acpi_ut_release_to_cache (ACPI_MEM_LIST_OPERAND, object); in acpi_ut_delete_object_desc()337 acpi_ut_delete_generic_cache (ACPI_MEM_LIST_OPERAND); in acpi_ut_delete_object_cache()
793 …acpi_gbl_memory_lists[ACPI_MEM_LIST_OPERAND].link_offset = (u16) ACPI_PTR_DIFF (&(((union acpi_… in acpi_ut_init_globals()800 acpi_gbl_memory_lists[ACPI_MEM_LIST_OPERAND].object_size = sizeof (union acpi_operand_object); in acpi_ut_init_globals()806 acpi_gbl_memory_lists[ACPI_MEM_LIST_OPERAND].max_cache_depth = ACPI_MAX_OBJECT_CACHE_DEPTH; in acpi_ut_init_globals()814 …ACPI_MEM_TRACKING (acpi_gbl_memory_lists[ACPI_MEM_LIST_OPERAND].list_name = "Operand Object Cach… in acpi_ut_init_globals()
951 #define ACPI_MEM_LIST_OPERAND 5 macro