Searched defs:ACPI_TIME_AFTER (Results 1 – 2 of 2) sorted by relevance
441 #define ACPI_TIME_AFTER(a, b) ((s64)((b) - (a)) < 0) macro