Searched refs:TIME_SUB (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | clock.c | 342 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ macro 785 TIME_SUB(deltasecs, oldsecs, deltamicrosecs, oldmicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime() 795 TIME_SUB(deltasecs, secs, deltamicrosecs, microsecs, USEC_PER_SEC); in clock_set_calendar_microtime() 797 TIME_SUB(clock_boottime, deltasecs, clock_boottime_usec, deltamicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime() 1098 TIME_SUB(utc_offset_secs, sys, utc_offset_microsecs, microsys, USEC_PER_SEC); in clock_initialize_calendar() 1129 TIME_SUB(monotonic_sec, sys2, monotonic_usec, microsys2, USEC_PER_SEC); in clock_initialize_calendar() 1340 TIME_SUB(diff_sec, wake_sys_sec, diff_usec, wake_sys_usec, USEC_PER_SEC); in clock_wakeup_calendar_legacy() 1392 TIME_SUB(diff_sec, wall_time_sec, diff_usec, wall_time_usec, USEC_PER_SEC); in clock_wakeup_calendar_legacy()
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_compressor.c | 3254 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ macro 3335 TIME_SUB(end_sec, start_sec, end_nsec, start_nsec, NSEC_PER_SEC); in vm_compressor_process_major_segments() 4563 TIME_SUB(sec2, sec, nsec2, nsec, NSEC_PER_SEC); in c_current_seg_filled()
|