Lines Matching refs:module

72 			 u32 component, const char *module, u32 line);
76 u32 component, const char *module, u32 line);
128 u32 component, const char *module, u32 line) in acpi_ut_allocate_and_track() argument
136 ACPI_WARNING((module, line, in acpi_ut_allocate_and_track()
147 ACPI_WARNING((module, line, in acpi_ut_allocate_and_track()
154 ACPI_MEM_MALLOC, component, module, in acpi_ut_allocate_and_track()
190 const char *module, u32 line) in acpi_ut_allocate_zeroed_and_track() argument
198 ACPI_WARNING((module, line, in acpi_ut_allocate_zeroed_and_track()
210 ACPI_ERROR((module, line, in acpi_ut_allocate_zeroed_and_track()
216 ACPI_MEM_CALLOC, component, module, in acpi_ut_allocate_zeroed_and_track()
252 u32 component, const char *module, u32 line) in acpi_ut_free_and_track() argument
260 ACPI_ERROR((module, line, "Attempt to delete a NULL address")); in acpi_ut_free_and_track()
273 component, module, line); in acpi_ut_free_and_track()
368 u32 component, const char *module, u32 line) in acpi_ut_track_allocation() argument
405 ACPI_STRNCPY(allocation->module, module, ACPI_MAX_MODULE_NAME); in acpi_ut_track_allocation()
406 allocation->module[ACPI_MAX_MODULE_NAME - 1] = 0; in acpi_ut_track_allocation()
456 u32 component, const char *module, u32 line) in acpi_ut_remove_allocation() argument
472 ACPI_ERROR((module, line, in acpi_ut_remove_allocation()
574 void acpi_ut_dump_allocations(u32 component, const char *module) in acpi_ut_dump_allocations() argument
597 ((module == NULL) in acpi_ut_dump_allocations()
598 || (0 == ACPI_STRCMP(module, element->module)))) { in acpi_ut_dump_allocations()
608 element->module, element->line); in acpi_ut_dump_allocations()
617 element->module, element->line, in acpi_ut_dump_allocations()