lbolt 44 sys/kern/timer.c static volatile u_long lbolt; /* ticks elapsed since bootup */
lbolt 60 sys/kern/timer.c if (time_before(lbolt, expire))
lbolt 61 sys/kern/timer.c return expire - lbolt;
lbolt 77 sys/kern/timer.c tmr->expire = lbolt + ticks;
lbolt 315 sys/kern/timer.c if (time_before(lbolt, tmr->expire)) {
lbolt 399 sys/kern/timer.c lbolt++;
lbolt 408 sys/kern/timer.c if (time_before(lbolt, tmr->expire))
lbolt 440 sys/kern/timer.c return lbolt;
lbolt 451 sys/kern/timer.c info->cputicks = lbolt;