Searched refs:runtime_count (Results 1 – 5 of 5) sorted by relevance
57 if (gpe_event_info->runtime_count) { in acpi_ev_update_gpe_enable_mask()134 if (gpe_event_info->runtime_count in acpi_ev_mask_gpe()164 if (gpe_event_info->runtime_count == ACPI_UINT8_MAX) { in acpi_ev_add_gpe_reference()168 gpe_event_info->runtime_count++; in acpi_ev_add_gpe_reference()169 if (gpe_event_info->runtime_count == 1) { in acpi_ev_add_gpe_reference()179 gpe_event_info->runtime_count--; in acpi_ev_add_gpe_reference()206 if (!gpe_event_info->runtime_count) { in acpi_ev_remove_gpe_reference()210 gpe_event_info->runtime_count--; in acpi_ev_remove_gpe_reference()211 if (!gpe_event_info->runtime_count) { in acpi_ev_remove_gpe_reference()223 gpe_event_info->runtime_count++; in acpi_ev_remove_gpe_reference()
20 ((__gpe__)->runtime_count == 1 && \
839 gpe_event_info->runtime_count, in acpi_db_display_gpes()
783 ACPI_GPE_DISPATCH_NOTIFY)) && gpe_event_info->runtime_count) { in ACPI_EXPORT_SYMBOL()
453 u8 runtime_count; /* References to a run GPE */ member