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()166 if (gpe_event_info->runtime_count == ACPI_UINT8_MAX) { in acpi_ev_add_gpe_reference()170 gpe_event_info->runtime_count++; in acpi_ev_add_gpe_reference()171 if (gpe_event_info->runtime_count == 1) { in acpi_ev_add_gpe_reference()185 gpe_event_info->runtime_count--; in acpi_ev_add_gpe_reference()212 if (!gpe_event_info->runtime_count) { in acpi_ev_remove_gpe_reference()216 gpe_event_info->runtime_count--; in acpi_ev_remove_gpe_reference()217 if (!gpe_event_info->runtime_count) { in acpi_ev_remove_gpe_reference()229 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