Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dtimeout.c64 to->int_mt = recount_current_processor_interrupt_duration_mach(); in kern_timeout_restart()
66 to->int_mt = 0; in kern_timeout_restart()
86 to->int_mt = recount_current_processor_interrupt_duration_mach() - to->int_mt; in kern_timeout_end()
H A Dtimeout_decl.h45 uint64_t int_mt; member
H A Dtimeout.h96 uint64_t int_duration = to->int_mt; in kern_timeout_net_duration()