Home
last modified time | relevance | path

Searched refs:ACPI_TIME_AFTER (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c336 if (ACPI_TIME_AFTER (AcpiOsGetTimer (), in AcpiDsExecEndControlOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h589 #define ACPI_TIME_AFTER(a, b) ((INT64)((b) - (a)) < 0) macro