Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/cpu_counters/
H A Dkpc_tests.c233 uint64_t nchecks; member
259 if (tly->nchecks == 0) { in check_counters()
262 tly->nchecks++; in check_counters()
271 uint64_t nchecks = 0; in check_tally() local
282 tly->nchecks, tly->lastvalue, tly->lastvalue - tly->firstvalue, in check_tally()
285 nchecks += tly->nchecks; in check_tally()
292 T_EXPECT_GT(nchecks, 0ULL, "checked 0x%" PRIx64 " counter values", nchecks); in check_tally()