Searched refs:start_mt (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | timeout.h | 66 to->start_mt -= mt_ticks; in kern_timeout_stretch() 72 return to->start_mt; in kern_timeout_start_time() 81 if (__improbable(to->start_mt == 0 || to->end_mt < to->start_mt)) { in kern_timeout_gross_duration() 84 return to->end_mt - to->start_mt; in kern_timeout_gross_duration() 98 if (__improbable(to->start_mt == 0 || gross_duration < int_duration)) { in kern_timeout_net_duration() 106 kern_timeout_mach_times(kern_timeout_t *to, uint64_t *start_mt, uint64_t *end_mt) in kern_timeout_mach_times() argument 108 *start_mt = to->start_mt; in kern_timeout_mach_times()
|
| H A D | timeout.c | 69 to->start_mt = (flags & TF_NONSPEC_TIMEBASE)? ml_get_timebase() : ml_get_speculative_timebase(); in kern_timeout_restart() 97 to->start_mt = 0; in kern_timeout_override() 164 uint64_t start_mt, end_mt; in kern_timeout_try_panic() local 184 kern_timeout_mach_times(to, &start_mt, &end_mt); in kern_timeout_try_panic() 231 if (ml_io_check_for_mmio_overrides(start_mt)) { in kern_timeout_try_panic() 308 panic_plain("%s %s (start: %llu, end: %llu)%s", prefix, duration, start_mt, end_mt, cpi); in kern_timeout_try_panic()
|
| H A D | timeout_decl.h | 43 uint64_t start_mt; member
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 789 uint64_t start_mt; member 941 mach_absolute_time() - memstat_cur_interval.start_mt, in memorystatus_pressure_interval_send() 1396 memstat_cur_interval.start_mt = curr_ts; in memstat_pressure_interval_start()
|