| /xnu-10002.41.9/bsd/netinet/ |
| H A D | udp_log.c | 367 absolutetime_to_microtime(duration, &duration_secs, &duration_microsecs); in udp_log_connection_summary() 372 absolutetime_to_microtime(duration, &connection_secs, &connection_microsecs); in udp_log_connection_summary()
|
| /xnu-10002.41.9/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-10002.41.9/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 | 5141 absolutetime_to_microtime(times.rtm_user, &sec, &usec); in _task_fill_times() 5144 absolutetime_to_microtime(times.rtm_system, &sec, &usec); in _task_fill_times() 6721 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6727 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6738 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 7016 absolutetime_to_microtime(end - starttime, &secs, µsecs); in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|
| H A D | kern_stackshot.c | 2386 absolutetime_to_microtime(times.rtm_user, &user_sec, &user_usec); in kcdata_record_thread_snapshot() 2387 absolutetime_to_microtime(times.rtm_system, &system_sec, &system_usec); in kcdata_record_thread_snapshot()
|
| H A D | thread.c | 2237 absolutetime_to_microtime(time_mach, &secs, &usecs); in _convert_mach_to_time_value()
|
| /xnu-10002.41.9/osfmk/i386/ |
| H A D | rtclock.c | 505 absolutetime_to_microtime( in absolutetime_to_microtime() function
|
| /xnu-10002.41.9/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 107 CLOSURE(absolutetime_to_microtime)
|
| /xnu-10002.41.9/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-10002.41.9/libkern/os/ |
| H A D | log.c | 528 absolutetime_to_microtime(timestamp, &secs, µsecs); in _os_log_to_msgbuf_internal()
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_memorystatus.c | 4527 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_specific_process() 5248 absolutetime_to_microtime(get_task_cpu_time(proc_task(p)), &tv_sec, &tv_usec); in memorystatus_init_jetsam_snapshot_entry_locked() 5620 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_proc() 5980 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_processes_aggressive() 6334 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_elevated_process()
|
| H A D | kern_resource.c | 1134 absolutetime_to_microtime(tinfo.total_user + tinfo.total_system, &tv_sec, &tv_usec); in dosetrlimit()
|
| H A D | kern_exit.c | 1788 absolutetime_to_microtime(coredump_end - coredump_start, &tv_sec, &tv_usec); in proc_crash_coredump()
|
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 2602 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in cancelIdleSleepTimer() 2901 absolutetime_to_microtime(now, &darkwake2SleepSecs, µsecs); in powerChangeDone() 2902 absolutetime_to_microtime(wake2DarkwakeDelay, &wake2DarkwakeSecs, µsecs); in powerChangeDone() 3354 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in updatePreventSystemSleepList() 7728 absolutetime_to_microtime(wakeAbs, &wakesecs, &wakemicrosecs); in setWakeTime() 9120 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in evaluateAssertions()
|
| /xnu-10002.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 3578 absolutetime_to_microtime(elapsed, &sec, &usec);
|