Searched refs:new_notify (Results 1 – 1 of 1) sorted by relevance
331 struct acpi_gpe_notify_info *new_notify; in ACPI_EXPORT_SYMBOL() local366 new_notify = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_gpe_notify_info)); in ACPI_EXPORT_SYMBOL()367 if (!new_notify) { in ACPI_EXPORT_SYMBOL()417 new_notify->device_node = device_node; in ACPI_EXPORT_SYMBOL()418 new_notify->next = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL()419 gpe_event_info->dispatch.notify_list = new_notify; in ACPI_EXPORT_SYMBOL()420 new_notify = NULL; in ACPI_EXPORT_SYMBOL()433 if (new_notify) { in ACPI_EXPORT_SYMBOL()434 ACPI_FREE(new_notify); in ACPI_EXPORT_SYMBOL()