| /xnu-8796.101.5/bsd/kern/ |
| H A D | kern_synch.c | 160 u_int64_t abstime, in _sleep() 343 u_int64_t abstime = 0; in msleep0() local 360 u_int64_t abstime = 0; in msleep() local 376 u_int64_t abstime) in msleep1() 388 u_int64_t abstime = 0; in tsleep() local 404 u_int64_t abstime = 0; in tsleep0() local 417 u_int64_t abstime, in tsleep1()
|
| H A D | kern_time.c | 811 struct timeval *tvp, uint64_t *abstime) in microtime_with_abstime()
|
| H A D | kern_ntptime.c | 824 uint64_t abstime; in init_ntp_loop() local
|
| /xnu-8796.101.5/osfmk/arm/ |
| H A D | rtclock.c | 150 uint64_t abstime; in rtclock_init() local 293 uint64_t abstime; in clock_get_system_nanotime() local 304 clock_gettimeofday_set_commpage(uint64_t abstime, in clock_gettimeofday_set_commpage() 325 uint64_t abstime; in rtclock_intr() local 462 absolutetime_to_microtime(uint64_t abstime, in absolutetime_to_microtime() 475 absolutetime_to_nanoseconds(uint64_t abstime, in absolutetime_to_nanoseconds()
|
| H A D | arm_timer.c | 69 uint64_t abstime, new_idle_timeout_ticks; in timer_intr() local 192 uint64_t abstime; in timer_queue_expire_local() local
|
| H A D | rtclock.h | 52 uint64_t abstime; member 59 uint64_t abstime; member
|
| /xnu-8796.101.5/libkern/libkern/ |
| H A D | OSBase.h | 51 AbsoluteTime abstime) in __OSAbsoluteTime() 59 AbsoluteTime *abstime) in __OSAbsoluteTimePtr()
|
| /xnu-8796.101.5/osfmk/i386/ |
| H A D | rtclock.c | 97 _absolutetime_to_microtime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *microsecs) in _absolutetime_to_microtime() 107 _absolutetime_to_nanotime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *nanosecs) in _absolutetime_to_nanotime() 404 clock_gettimeofday_set_commpage(uint64_t abstime, uint64_t sec, uint64_t frac, uint64_t scale, uint… in clock_gettimeofday_set_commpage() 506 uint64_t abstime, in absolutetime_to_microtime() 524 uint64_t abstime, in absolutetime_to_nanoseconds()
|
| H A D | i386_timer.c | 72 uint64_t orig_abstime, abstime; in timer_intr() local 266 uint64_t abstime; in timer_queue_expire_local() local 287 uint64_t abstime; in timer_queue_expire_rescan() local
|
| /xnu-8796.101.5/tests/ktrace/ |
| H A D | ktrace_helpers.h | 70 ns_from_abs(ktrace_session_t s, uint64_t abstime) in ns_from_abs() 79 relns_from_abs(ktrace_session_t s, uint64_t abstime) in relns_from_abs()
|
| /xnu-8796.101.5/osfmk/kern/ |
| H A D | clock.c | 390 uint64_t abstime; in clock_timebase_init() local 585 uint64_t *abstime) in clock_get_calendar_absolute_and_microtime_locked() 604 uint64_t *abstime) in clock_get_calendar_absolute_and_nanotime_locked() 631 uint64_t *abstime) in clock_get_calendar_absolute_and_microtime() 1194 uint64_t abstime = mach_absolute_time(); in clock_wakeup_calendar_hwclock() local 1609 uint64_t abstime; in delay_for_interval() local 1647 uint64_t abstime; in clock_interval_to_deadline() local 1661 uint64_t abstime; in nanoseconds_to_deadline() local 1672 uint64_t abstime, in clock_absolutetime_interval_to_deadline() 1700 uint64_t abstime, in clock_deadline_for_periodic_event() [all …]
|
| H A D | sched_proto.c | 246 uint64_t abstime; in sched_proto_timebase_init() local 276 uint64_t abstime = mach_absolute_time(); in sched_proto_maintenance_continuation() local
|
| H A D | syscall_subr.c | 461 uint64_t abstime; in thread_depress_ms() local 564 uint64_t abstime = mach_absolute_time(); in thread_poll_yield() local
|
| H A D | sched_grrr.c | 271 uint64_t abstime; in sched_grrr_timebase_init() local 301 uint64_t abstime = mach_absolute_time(); in sched_grrr_maintenance_continuation() local
|
| H A D | sched_average.c | 350 uint64_t abstime = mach_absolute_time(); in compute_averages() local
|
| H A D | cpu_quiesce.c | 139 uint64_t abstime = 0; in cpu_quiescent_counter_set_min_interval_us() local
|
| H A D | clock_oldops.c | 738 uint64_t abstime; in set_alarm() local
|
| /xnu-8796.101.5/iokit/IOKit/ |
| H A D | IOTimerEventSource.h | 118 AbsoluteTime abstime; variable
|
| /xnu-8796.101.5/bsd/net/pktsched/ |
| H A D | pktsched.c | 96 pktsched_abs_to_nsecs(u_int64_t abstime) in pktsched_abs_to_nsecs() 107 u_int64_t abstime; in pktsched_nsecs_to_abstime() local
|
| /xnu-8796.101.5/osfmk/i386/commpage/ |
| H A D | commpage.c | 732 uint64_t abstime, in commpage_set_timestamp() 917 commpage_update_mach_approximate_time(uint64_t abstime) in commpage_update_mach_approximate_time()
|
| /xnu-8796.101.5/libsyscall/wrappers/ |
| H A D | kdebug_trace.c | 136 kdebug_timestamp_from_absolute(uint64_t abstime) in kdebug_timestamp_from_absolute()
|
| /xnu-8796.101.5/iokit/Kernel/ |
| H A D | IOInterruptEventSource.cpp | 520 (uint64_t abstime) in warmCPU()
|
| H A D | IOTimerEventSource.cpp | 475 AbsoluteTime abstime, AbsoluteTime leeway) in setTimeout()
|
| /xnu-8796.101.5/osfmk/arm/commpage/ |
| H A D | commpage.c | 775 commpage_update_mach_approximate_time(uint64_t abstime) in commpage_update_mach_approximate_time()
|
| /xnu-8796.101.5/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 493 def GetNanotimeFromAbstime(self, abstime): argument
|