Searched refs:timer_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dposix4_mib.c105 P1B_SYSCTL(CTL_P1003_1B_TIMER_MAX, timer_max);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_sge.c705 int timer_max = M_TIMERVALUE0 * 1000 / sc->params.vpd.cclk; local
753 KASSERT(intr_timer[0] <= timer_max,
755 timer_max));
761 while (intr_timer[i] > timer_max) {
763 intr_timer[i] = timer_max;

Completed in 175 milliseconds