Home
last modified time | relevance | path

Searched refs:pds_int_mach_time (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/osfmk/arm/
H A Dpreemption_disable.c269 pcpu->pdp_start.pds_int_mach_time = recount_current_processor_interrupt_duration_mach(); in _preemption_disable_snap_start()
320 now->pds_int_mach_time = recount_current_processor_interrupt_duration_mach(); in _preemption_disable_snap_end()
395 int64_t const interrupt_duration = now.pds_int_mach_time - start.pds_int_mach_time; in _collect_preemption_disable_measurement()
H A Dpreemption_disable_internal.h54 uint64_t pds_int_mach_time; member