Searched refs:next_gpe_block (Results 1 – 2 of 2) sorted by relevance
44 struct acpi_gpe_block_info *next_gpe_block; in acpi_ev_install_gpe_block() local66 next_gpe_block = gpe_xrupt_block->gpe_block_list_head; in acpi_ev_install_gpe_block()67 while (next_gpe_block->next) { in acpi_ev_install_gpe_block()68 next_gpe_block = next_gpe_block->next; in acpi_ev_install_gpe_block()71 next_gpe_block->next = gpe_block; in acpi_ev_install_gpe_block()72 gpe_block->previous = next_gpe_block; in acpi_ev_install_gpe_block()
47 struct acpi_gpe_block_info *next_gpe_block; in acpi_ut_free_gpe_lists() local57 next_gpe_block = gpe_block->next; in acpi_ut_free_gpe_lists()62 gpe_block = next_gpe_block; in acpi_ut_free_gpe_lists()