Searched refs:timer_max (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dposix4_mib.c103 P1B_SYSCTL(CTL_P1003_1B_TIMER_MAX, timer_max);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c629 int timer_max = M_TIMERVALUE0 * 1000 / sc->params.vpd.cclk; local
679 KASSERT(intr_timer[0] <= timer_max,
681 timer_max));
687 while (intr_timer[i] > timer_max) {
689 intr_timer[i] = timer_max;

Completed in 84 milliseconds