Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/ktrace/
H A Dkpc_tests.c182 uint64_t nchecks; member
208 if (tly->nchecks == 0) { in check_counters()
211 tly->nchecks++; in check_counters()
220 uint64_t nchecks = 0; in check_tally() local
231 tly->nchecks, tly->lastvalue, tly->lastvalue - tly->firstvalue, in check_tally()
234 nchecks += tly->nchecks; in check_tally()
241 T_EXPECT_GT(nchecks, 0ULL, "checked 0x%" PRIx64 " counter values", nchecks); in check_tally()