Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dkern_monotonic.c46 static void mt_fixed_counts_internal(uint64_t *counts, uint64_t *counts_since);
78 mt_fixed_counts_internal(uint64_t *counts, uint64_t *counts_since) in mt_fixed_counts_internal() argument
85 mt_mtc_update_fixed_counts(mtc, counts, counts_since); in mt_fixed_counts_internal()
90 uint64_t *counts_since) in mt_mtc_update_fixed_counts() argument
106 if (counts_since) { in mt_mtc_update_fixed_counts()
108 counts_since[i] = count - mtc->mtc_counts_last[i]; in mt_mtc_update_fixed_counts()
/xnu-10002.61.3/osfmk/machine/
H A Dmonotonic.h58 uint64_t *counts_since);