Searched refs:runtime_count (Results 1 – 4 of 4) sorted by relevance
91 if (gpe_event_info->runtime_count) { in acpi_ev_update_gpe_enable_mask()175 if (gpe_event_info->runtime_count in acpi_ev_mask_gpe()205 if (gpe_event_info->runtime_count == ACPI_UINT8_MAX) { in acpi_ev_add_gpe_reference()209 gpe_event_info->runtime_count++; in acpi_ev_add_gpe_reference()210 if (gpe_event_info->runtime_count == 1) { in acpi_ev_add_gpe_reference()220 gpe_event_info->runtime_count--; in acpi_ev_add_gpe_reference()247 if (!gpe_event_info->runtime_count) { in acpi_ev_remove_gpe_reference()251 gpe_event_info->runtime_count--; in acpi_ev_remove_gpe_reference()252 if (!gpe_event_info->runtime_count) { in acpi_ev_remove_gpe_reference()264 gpe_event_info->runtime_count++; in acpi_ev_remove_gpe_reference()
849 gpe_event_info->runtime_count, in acpi_db_display_gpes()
817 ACPI_GPE_DISPATCH_NOTIFY)) && gpe_event_info->runtime_count) { in ACPI_EXPORT_SYMBOL()
486 u8 runtime_count; /* References to a run GPE */ member