Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/events/
H A Devgpe.c211 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
303 if (GpeEventInfo->RuntimeCount && in AcpiEvMaskGpe()
337 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX) in AcpiEvAddGpeReference()
342 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
343 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
355 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
386 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
391 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
392 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
404 GpeEventInfo->RuntimeCount++; in AcpiEvRemoveGpeReference()
H A Devxface.c1044 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacevents.h163 ((__gpe__)->RuntimeCount == 1 && \
H A Daclocal.h665 UINT8 RuntimeCount; /* References to a run GPE */ member