Searched refs:tc_counter (Results 1 – 3 of 3) sorted by relevance
167 int tc_counter; /* jiggle counter */ variable640 tc_counter = 0; in local_clock()888 tc_counter = 0; in local_clock()890 tc_counter += sys_poll; in local_clock()891 if (tc_counter > CLOCK_LIMIT) { in local_clock()892 tc_counter = CLOCK_LIMIT; in local_clock()894 tc_counter = 0; in local_clock()899 tc_counter -= sys_poll << 1; in local_clock()900 if (tc_counter < -CLOCK_LIMIT) { in local_clock()901 tc_counter = -CLOCK_LIMIT; in local_clock()[all …]
1285 li->compliance = htonl((u_int32)(tc_counter)); in loop_info()
421 extern int tc_counter; /* poll-adjust counter */