Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_clock.c504 int flags, global, newticks; in hardclock_cnt() local
513 newticks = *t - global; in hardclock_cnt()
514 if (newticks <= 0) { in hardclock_cnt()
515 if (newticks < -1) in hardclock_cnt()
517 newticks = 0; in hardclock_cnt()
555 if (newticks > 0) { in hardclock_cnt()
556 tc_ticktock(newticks); in hardclock_cnt()
566 i = atomic_fetchadd_int(&watchdog_ticks, -newticks); in hardclock_cnt()
567 if (i > 0 && i <= newticks) in hardclock_cnt()