Home
last modified time | relevance | path

Searched refs:recount_current_processor_interrupt_time_mach (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/osfmk/arm/
H A Dpreemption_disable.c267 pcpu->pdp_start.pds_int_mach_time = recount_current_processor_interrupt_time_mach(); in _preemption_disable_snap_start()
318 now->pds_int_mach_time = recount_current_processor_interrupt_time_mach(); in _preemption_disable_snap_end()
/xnu-10002.81.5/osfmk/kern/
H A Drecount.h328 uint64_t recount_current_processor_interrupt_time_mach(void);
H A Drecount.c1106 recount_current_processor_interrupt_time_mach(void) in recount_current_processor_interrupt_time_mach() function