| /xnu-11215.81.4/bsd/netinet/ |
| H A D | udp_log.c | 346 absolutetime_to_microtime(duration, &duration_secs, &duration_microsecs); in udp_log_connection_summary() 351 absolutetime_to_microtime(duration, &connection_secs, &connection_microsecs); in udp_log_connection_summary()
|
| /xnu-11215.81.4/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-11215.81.4/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 | 5260 absolutetime_to_microtime(times.rtm_user, &sec, &usec); in _task_fill_times() 5263 absolutetime_to_microtime(times.rtm_system, &sec, &usec); in _task_fill_times() 6894 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6900 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 6911 absolutetime_to_microtime(tdelt, &secs, microsecs); in task_vtimer_update() 7189 absolutetime_to_microtime(end - starttime, &secs, µsecs); in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|
| H A D | kern_stackshot.c | 4305 absolutetime_to_microtime(times.rtm_user, &user_sec, &user_usec); in kcdata_record_thread_snapshot() 4306 absolutetime_to_microtime(times.rtm_system, &system_sec, &system_usec); in kcdata_record_thread_snapshot()
|
| H A D | thread.c | 2242 absolutetime_to_microtime(time_mach, &secs, &usecs); in _convert_mach_to_time_value()
|
| /xnu-11215.81.4/osfmk/i386/ |
| H A D | rtclock.c | 505 absolutetime_to_microtime( in absolutetime_to_microtime() function
|
| /xnu-11215.81.4/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 107 CLOSURE(absolutetime_to_microtime)
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 197 absolutetime_to_microtime(time_diff, &tv_sec, &tv_usec); in flow_track_tcp_rtt()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_memorystatus.c | 4709 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_specific_process() 5425 absolutetime_to_microtime(get_task_cpu_time(proc_task(p)), &tv_sec, &tv_usec); in memorystatus_init_jetsam_snapshot_entry_locked() 5850 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_proc() 6210 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_processes_aggressive() 6567 absolutetime_to_microtime(killtime, &tv_sec, &tv_usec); in memorystatus_kill_elevated_process()
|
| H A D | kern_resource.c | 1256 absolutetime_to_microtime(tinfo.total_user + tinfo.total_system, &tv_sec, &tv_usec); in dosetrlimit()
|
| H A D | kern_exit.c | 1797 absolutetime_to_microtime(coredump_end - coredump_start, &tv_sec, &tv_usec); in proc_crash_coredump()
|
| /xnu-11215.81.4/libkern/os/ |
| H A D | log.c | 705 absolutetime_to_microtime(timestamp, &secs, µsecs); in _os_log_to_msgbuf_internal()
|
| /xnu-11215.81.4/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 2605 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in cancelIdleSleepTimer() 2904 absolutetime_to_microtime(now, &darkwake2SleepSecs, µsecs); in powerChangeDone() 2905 absolutetime_to_microtime(wake2DarkwakeDelay, &wake2DarkwakeSecs, µsecs); in powerChangeDone() 3358 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs); in updatePreventSystemSleepList() 7832 absolutetime_to_microtime(wakeAbs, &wakesecs, &wakemicrosecs); 9246 absolutetime_to_microtime(now, &assertOnWakeSecs, µsecs);
|
| /xnu-11215.81.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 3619 absolutetime_to_microtime(elapsed, &sec, &usec);
|