Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dtimeout.c57 to->start_instrs = 0; in kern_timeout_restart()
59 mt_cur_cpu_cycles_instrs_speculative(&to->start_cycles, &to->start_instrs); in kern_timeout_restart()
100 to->start_instrs = 0; in kern_timeout_override()
116 *instrs = now_instrs - to->start_instrs; in kern_timeout_cycles_instrs()
H A Dtimeout_decl.h48 uint64_t start_instrs; member