/src/tests/kernel/ |
t_time_arith.c | 88 * backwards, not counting overruns. Advance to the next 124 * overruns. Advance by one interval from the scheduled time. 145 * zero overruns. Advance by one interval from the scheduled 177 * Fired late by exactly two intervals -- two overruns. 405 int overruns; local in function:ATF_TC_BODY 423 &next, &overruns); 452 ATF_CHECK_EQ_MSG(overruns, it.it_overruns, 455 " overruns %d, expected %d", i, 461 overruns, it.it_overruns);
|
t_time_arith.c | 88 * backwards, not counting overruns. Advance to the next 124 * overruns. Advance by one interval from the scheduled time. 145 * zero overruns. Advance by one interval from the scheduled 177 * Fired late by exactly two intervals -- two overruns. 405 int overruns; local in function:ATF_TC_BODY 423 &next, &overruns); 452 ATF_CHECK_EQ_MSG(overruns, it.it_overruns, 455 " overruns %d, expected %d", i, 461 overruns, it.it_overruns);
|
/src/sys/kern/ |
kern_time.c | 673 * and report any overruns. 853 int overruns; local in function:itimer_callout 872 * now, compute the next itimer value and count overruns. 874 itimer_transition(&it->it_time, &now, &next, &overruns); 876 it->it_overruns += overruns;
|
kern_time.c | 673 * and report any overruns. 853 int overruns; local in function:itimer_callout 872 * now, compute the next itimer value and count overruns. 874 itimer_transition(&it->it_time, &now, &next, &overruns); 876 it->it_overruns += overruns;
|