Searched refs:SBT_1S (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dtime.h127 #define SBT_1S ((sbintime_t)1 << 32) macro
128 #define SBT_1M (SBT_1S * 60)
129 #define SBT_1MS (SBT_1S / 1000)
130 #define SBT_1US (SBT_1S / 1000000)
131 #define SBT_1NS (SBT_1S / 1000000000)
457 #define SBT2FREQ(sbt) ((SBT_1S + ((sbt) >> 1)) / (sbt))
/freebsd-10.0-release/sys/kern/
H A Dsubr_log.c121 SBT_1S / log_wakeups_per_second, 0, logtimeout, NULL, C_PREL(1));
250 SBT_1S / log_wakeups_per_second, 0, logtimeout, NULL, C_PREL(1));
H A Dkern_clocksource.c353 state->nextevent += SBT_1S;
445 timerperiod = SBT_1S / freq;
577 if (et->et_min_period > SBT_1S)
582 if (et->et_max_period < SBT_1S && et->et_max_period != 0)
669 tick_sbt = SBT_1S / hz;
671 statperiod = SBT_1S / stathz;
672 profperiod = SBT_1S / profhz;
H A Dkern_timeout.c418 lookahead = (SBT_1S / 16);
420 lookahead = (SBT_1S / 8);
422 lookahead = (SBT_1S / 2);
1337 if (sbt >= SBT_1S)
1421 medt / SBT_1S, (medt & 0xffffffff) * 1000000 >> 32,
1423 maxt / SBT_1S, (maxt & 0xffffffff) * 1000000 >> 32);
1425 medpr / SBT_1S, (medpr & 0xffffffff) * 1000000 >> 32,
1427 maxpr / SBT_1S, (maxpr & 0xffffffff) * 1000000 >> 32);
1437 t / SBT_1S, (t & 0xffffffff) * 1000000 >> 32,
H A Dkern_synch.c371 while (sbt >= SBT_1S) {
373 sbt -= SBT_1S;
H A Dsubr_param.c229 tick_sbt = SBT_1S / hz;
H A Dkern_resource.c648 callout_reset_sbt(&p->p_limco, SBT_1S, 0,
701 callout_reset_sbt(&p->p_limco, SBT_1S, 0,
1142 callout_reset_sbt(&p2->p_limco, SBT_1S, 0,
/freebsd-10.0-release/sys/ia64/ia64/
H A Dclock.c182 et->et_min_period = SBT_1S / (10 * hz);
/freebsd-10.0-release/sys/dev/random/
H A Drandom_harvestq.c210 "-", SBT_1S/10, 0, C_PREL(1));
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_trantcp.c158 so->so_rcv.sb_timeo = (5 * SBT_1S);
159 so->so_snd.sb_timeo = (5 * SBT_1S);
/freebsd-10.0-release/sys/x86/x86/
H A Dlocal_apic.c273 lapic_et.et_max_period = SBT_1S;
/freebsd-10.0-release/sys/dev/syscons/
H A Dsyscons.c1922 callout_reset_sbt(&sc->ctimeout, SBT_1S / rate, 0,
3874 callout_reset_sbt(&scp->sc->cblink, SBT_1S / 15, 0,

Completed in 213 milliseconds