Home
last modified time | relevance | path

Searched refs:RuntimeCount (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devgpe.c103 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
173 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX) in AcpiEvAddGpeReference()
178 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
179 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
191 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
222 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
227 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
228 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
240 GpeEventInfo->RuntimeCount++; in AcpiEvRemoveGpeReference()
H A Devxface.c936 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Daclocal.h557 UINT8 RuntimeCount; /* References to a run GPE */ member