| /xnu-8792.61.2/osfmk/arm/ |
| H A D | rtclock.c | 287 absolutetime_to_microtime(mach_absolute_time(), secs, microsecs); in clock_get_system_microtime() 463 absolutetime_to_microtime(uint64_t abstime, in absolutetime_to_microtime() function
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | clock.h | 250 extern void absolutetime_to_microtime(
|
| H A D | clock.c | 1067 absolutetime_to_microtime(monotonic_time.mach_time, &sys2, µsys2); in clock_initialize_calendar() 1287 absolutetime_to_microtime(wake_abs, &wake_sys_sec, &wake_sys_usec); in clock_wakeup_calendar_legacy() 1298 absolutetime_to_microtime(wake_abs, &wake_sys_sec, &wake_sys_usec); in clock_wakeup_calendar_legacy()
|
| H A D | task.c | 4875 absolutetime_to_microtime(times.rtm_user, &sec, &usec); in _task_fill_times() 4878 absolutetime_to_microtime(times.rtm_system, &sec, &usec); in _task_fill_times() 6425 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6431 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6442 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6720 absolutetime_to_microtime(end - starttime, &secs, µsecs); in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|
| H A D | kern_stackshot.c | 2310 absolutetime_to_microtime(times.rtm_user, &user_sec, &user_usec); in kcdata_record_thread_snapshot() 2311 absolutetime_to_microtime(times.rtm_system, &system_sec, &system_usec); in kcdata_record_thread_snapshot()
|
| H A D | thread.c | 2231 absolutetime_to_microtime(time_mach, &secs, &usecs); in _convert_mach_to_time_value()
|
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | rtclock.c | 506 absolutetime_to_microtime( in absolutetime_to_microtime() function
|
| /xnu-8792.61.2/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 107 CLOSURE(absolutetime_to_microtime)
|
| /xnu-8792.61.2/libkern/os/ |
| H A D | log.c | 528 absolutetime_to_microtime(timestamp, &secs, µsecs); in _os_log_to_msgbuf_internal()
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_memorystatus.c | 4427 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_specific_process() 5145 absolutetime_to_microtime(get_task_cpu_time(proc_task(p)), &tv_sec, &tv_usec); in memorystatus_init_jetsam_snapshot_entry_locked() 5530 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_proc() 5890 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_processes_aggressive() 6243 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_elevated_process()
|
| H A D | kern_resource.c | 1007 absolutetime_to_microtime(tinfo.total_user + tinfo.total_system, &tv_sec, &tv_usec); in dosetrlimit()
|
| H A D | kern_exit.c | 1732 absolutetime_to_microtime(coredump_end - coredump_start, &tv_sec, &tv_usec); in proc_crash_coredump()
|
| /xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 196 absolutetime_to_microtime(time_diff, &tv_sec, &tv_usec); in flow_track_tcp_rtt()
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 2597 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in cancelIdleSleepTimer() 2896 absolutetime_to_microtime(now, &darkwake2SleepSecs, µsecs); in powerChangeDone() 2897 absolutetime_to_microtime(wake2DarkwakeDelay, &wake2DarkwakeSecs, µsecs); in powerChangeDone() 3332 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in updatePreventSystemSleepList() 7660 absolutetime_to_microtime(wakeAbs, &wakesecs, &wakemicrosecs); in setWakeTime() 9050 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in evaluateAssertions()
|
| /xnu-8792.61.2/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 3554 absolutetime_to_microtime(elapsed, &sec, &usec);
|