Searched refs:CMP_MACH_TIMESPEC (Results 1 – 5 of 5) sorted by relevance
93 #define CMP_MACH_TIMESPEC(t1, t2) \ macro
608 if (CMP_MACH_TIMESPEC(alarm_time, &clock_time) > 0) { in alarm_expire()713 if (CMP_MACH_TIMESPEC(queue_time, alarm_time) > 0) { in post_alarm()768 result = CMP_MACH_TIMESPEC(alarm_time, clock_time); in check_time()
2786 if (CMP_MACH_TIMESPEC(&now_ts, &interval->ts) >= 0) { in memorystatus_freeze_update_throttle()
2084 if (CMP_MACH_TIMESPEC(&ts, &ts_fully_aged) >= 0) { in vps_age_speculative_queue()2298 if (CMP_MACH_TIMESPEC(&ts, &flow_control->ts) >= 0) { in vps_flow_control()
5113 if (CMP_MACH_TIMESPEC(&ts, &aq->age_ts) >= 0) { in vm_page_speculate()