Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dclock.c341 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ macro
784 TIME_SUB(deltasecs, oldsecs, deltamicrosecs, oldmicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime()
794 TIME_SUB(deltasecs, secs, deltamicrosecs, microsecs, USEC_PER_SEC); in clock_set_calendar_microtime()
796 TIME_SUB(clock_boottime, deltasecs, clock_boottime_usec, deltamicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime()
1097 TIME_SUB(utc_offset_secs, sys, utc_offset_microsecs, microsys, USEC_PER_SEC); in clock_initialize_calendar()
1128 TIME_SUB(monotonic_sec, sys2, monotonic_usec, microsys2, USEC_PER_SEC); in clock_initialize_calendar()
1339 TIME_SUB(diff_sec, wake_sys_sec, diff_usec, wake_sys_usec, USEC_PER_SEC); in clock_wakeup_calendar_legacy()
1391 TIME_SUB(diff_sec, wall_time_sec, diff_usec, wall_time_usec, USEC_PER_SEC); in clock_wakeup_calendar_legacy()
/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.c3111 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ macro
3165 TIME_SUB(end_sec, start_sec, end_nsec, start_nsec, NSEC_PER_SEC); in vm_compressor_process_major_segments()
4299 TIME_SUB(sec2, sec, nsec2, nsec, NSEC_PER_SEC); in c_current_seg_filled()