Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_monotonic.c186 uint64_t instrs_sum = mtc->mtc_counts[MT_CORE_INSTRS]; in mt_cur_cpu_cycles_instrs_speculative() local
191 instrs_sum += cur_instrs - mtc->mtc_snaps[MT_CORE_INSTRS]; in mt_cur_cpu_cycles_instrs_speculative()
195 *instrs = instrs_sum; in mt_cur_cpu_cycles_instrs_speculative()
197 mtc->mtc_counts[MT_CORE_INSTRS] = instrs_sum; in mt_cur_cpu_cycles_instrs_speculative()