Searched refs:next_print (Results 1 – 1 of 1) sorted by relevance
74 static uint64_t next_print; in stats() local76 int64_t cmp = cmp_val(curr, next_print); in stats()79 if (!next_print || (abs(cmp) > PRINT_STATISTICS_INTERVAL)) { in stats()224 next_print = curr + PRINT_STATISTICS_INTERVAL; in stats()