Searched refs:ACPI_MEM_PARAMETERS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actypes.h | 338 #define ACPI_MEM_PARAMETERS _COMPONENT, _acpi_module_name, __LINE__ macro 339 #define ACPI_ALLOCATE(a) acpi_ut_allocate_and_track ((acpi_size) (a), ACPI_MEM_PARAMETERS) 340 #define ACPI_ALLOCATE_ZEROED(a) acpi_ut_allocate_zeroed_and_track ((acpi_size) (a), ACPI_MEM_PARAMETERS) 341 #define ACPI_FREE(a) acpi_ut_free_and_track (a, ACPI_MEM_PARAMETERS)
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actypes.h | 338 #define ACPI_MEM_PARAMETERS _COMPONENT, _acpi_module_name, __LINE__ macro 339 #define ACPI_ALLOCATE(a) acpi_ut_allocate_and_track ((acpi_size) (a), ACPI_MEM_PARAMETERS) 340 #define ACPI_ALLOCATE_ZEROED(a) acpi_ut_allocate_zeroed_and_track ((acpi_size) (a), ACPI_MEM_PARAMETERS) 341 #define ACPI_FREE(a) acpi_ut_free_and_track (a, ACPI_MEM_PARAMETERS)
|
Completed in 6 milliseconds