Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/cpu_counters/
H A Dkpc_tests.c232 uint64_t lastvalue; member
252 if (tly->lastvalue == count) { in check_counters()
255 if (tly->lastvalue > count) { in check_counters()
258 tly->lastvalue = count; in check_counters()
282 tly->nchecks, tly->lastvalue, tly->lastvalue - tly->firstvalue, in check_tally()
635 uint64_t delta = tly[ctr].lastvalue - tly[ctr].firstvalue;