| /xnu-8796.121.2/osfmk/arm/ |
| H A D | rtclock.c | 286 absolutetime_to_microtime(mach_absolute_time(), secs, microsecs); in clock_get_system_microtime() 462 absolutetime_to_microtime(uint64_t abstime, in absolutetime_to_microtime() function
|
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | clock.h | 250 extern void absolutetime_to_microtime(
|
| H A D | clock.c | 1068 absolutetime_to_microtime(monotonic_time.mach_time, &sys2, µsys2); in clock_initialize_calendar() 1288 absolutetime_to_microtime(wake_abs, &wake_sys_sec, &wake_sys_usec); in clock_wakeup_calendar_legacy() 1299 absolutetime_to_microtime(wake_abs, &wake_sys_sec, &wake_sys_usec); in clock_wakeup_calendar_legacy()
|
| H A D | task.c | 4897 absolutetime_to_microtime(times.rtm_user, &sec, &usec); in _task_fill_times() 4900 absolutetime_to_microtime(times.rtm_system, &sec, &usec); in _task_fill_times() 6447 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6453 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6464 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6742 absolutetime_to_microtime(end - starttime, &secs, µsecs); in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|
| H A D | kern_stackshot.c | 2331 absolutetime_to_microtime(times.rtm_user, &user_sec, &user_usec); in kcdata_record_thread_snapshot() 2332 absolutetime_to_microtime(times.rtm_system, &system_sec, &system_usec); in kcdata_record_thread_snapshot()
|
| H A D | thread.c | 2234 absolutetime_to_microtime(time_mach, &secs, &usecs); in _convert_mach_to_time_value()
|
| /xnu-8796.121.2/osfmk/i386/ |
| H A D | rtclock.c | 505 absolutetime_to_microtime( in absolutetime_to_microtime() function
|
| /xnu-8796.121.2/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 107 CLOSURE(absolutetime_to_microtime)
|
| /xnu-8796.121.2/libkern/os/ |
| H A D | log.c | 528 absolutetime_to_microtime(timestamp, &secs, µsecs); in _os_log_to_msgbuf_internal()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_memorystatus.c | 4454 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_specific_process() 5171 absolutetime_to_microtime(get_task_cpu_time(proc_task(p)), &tv_sec, &tv_usec); in memorystatus_init_jetsam_snapshot_entry_locked() 5538 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_proc() 5899 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_processes_aggressive() 6253 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 | 1761 absolutetime_to_microtime(coredump_end - coredump_start, &tv_sec, &tv_usec); in proc_crash_coredump()
|
| /xnu-8796.121.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-8796.121.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() 7665 absolutetime_to_microtime(wakeAbs, &wakesecs, &wakemicrosecs); in setWakeTime() 9055 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in evaluateAssertions()
|
| /xnu-8796.121.2/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 3547 absolutetime_to_microtime(elapsed, &sec, &usec);
|