Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ktrace/
H A Dkpc_tests.c180 uint64_t nchecks; member
206 if (tly->nchecks == 0) { in check_counters()
209 tly->nchecks++; in check_counters()
218 uint64_t nchecks = 0; in check_tally() local
229 tly->nchecks, tly->lastvalue, tly->lastvalue - tly->firstvalue, in check_tally()
232 nchecks += tly->nchecks; in check_tally()
239 T_EXPECT_GT(nchecks, 0ULL, "checked 0x%" PRIx64 " counter values", nchecks); in check_tally()