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