Home
last modified time | relevance | path

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

/xnu-11215/tests/cpu_counters/
H A Dkpc_tests.c236 uint64_t ndecrease; member
256 tly->ndecrease++; in check_counters()
273 uint64_t ndecrease = 0; in check_tally() local
288 ndecrease += tly->ndecrease; in check_tally()
295 T_EXPECT_EQ(ndecrease, 0ULL, in check_tally()
296 "found 0x%" PRIx64 " decreasing values", ndecrease); in check_tally()