Home
last modified time | relevance | path

Searched refs:acpi_os_free (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Ddbtest.c516 acpi_os_free(temp1); in acpi_db_test_integer_type()
519 acpi_os_free(temp2); in acpi_db_test_integer_type()
522 acpi_os_free(temp3); in acpi_db_test_integer_type()
641 acpi_os_free(temp1); in acpi_db_test_buffer_type()
644 acpi_os_free(temp2); in acpi_db_test_buffer_type()
647 acpi_os_free(temp3); in acpi_db_test_buffer_type()
734 acpi_os_free(temp1); in acpi_db_test_string_type()
737 acpi_os_free(temp2); in acpi_db_test_string_type()
740 acpi_os_free(temp3); in acpi_db_test_string_type()
821 acpi_os_free(return_obj.pointer); in acpi_db_read_from_object()
Dutalloc.c212 acpi_os_free(acpi_gbl_global_list); in acpi_ut_delete_caches()
215 acpi_os_free(acpi_gbl_ns_node_list); in acpi_ut_delete_caches()
Duttrack.c157 acpi_os_free(allocation); in acpi_ut_allocate_and_track()
219 acpi_os_free(allocation); in acpi_ut_allocate_zeroed_and_track()
278 acpi_os_free(debug_block); in acpi_ut_free_and_track()
Ddbhistry.c98 acpi_os_free(acpi_gbl_history_buffer in acpi_db_add_to_history()
Dutcache.c169 acpi_os_free(cache); in acpi_os_delete_cache()
Dutfileio.c273 acpi_os_free(*table); in acpi_ut_read_table()
Ddbxface.c486 acpi_os_free(acpi_gbl_db_buffer); in ACPI_EXPORT_SYMBOL()
Ddbexec.c762 acpi_os_free(acpi_gbl_db_method_info.threads); in acpi_db_create_execution_threads()
Dnsxfeval.c145 acpi_os_free(return_buffer->pointer); in acpi_evaluate_object_typed()
/linux-4.4.14/include/acpi/platform/
Daclinuxex.h94 static inline void acpi_os_free(void *memory) in acpi_os_free() function
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c587 void acpi_os_free(void *mem) in acpi_os_free() function
670 acpi_os_free(sem); in acpi_os_create_semaphore()
/linux-4.4.14/include/acpi/
Dacpiosxf.h192 void acpi_os_free(void *memory);
Dactypes.h377 #define ACPI_FREE(a) acpi_os_free (a)