Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Droute_temporal.c104 SBT_1MS * 500, expire_callout, rnh, 0); in expire_callout()
143 SBT_1MS * 500, expire_callout, rnh, 0); in tmproutes_update()
H A Dfib_algo.c465 callout_reset_sbt(&fd->fd_callout, 0, SBT_1MS * delay_ms, in schedule_callout()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h194 #define ENA_MSLEEP(x) pause_sbt("ena", SBT_1MS * (x), SBT_1MS, 0)
/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_amd.c226 sbt = SBT_1MS / 10; in hwpstate_goto_pstate()
/f-stack/freebsd/sys/
H A Dtime.h131 #define SBT_1MS (SBT_1S / 1000) macro
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c626 sc->temp_throttle_delay = 100 * SBT_1MS; in initialize_tempmon()
/f-stack/lib/
H A Dff_kern_timeout.c399 static sbintime_t maxdt = 2 * SBT_1MS; /* 2 msec */ in softclock_call_cc()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c566 if (msleep_sbt(evt, &mtx, 0, "ubt pb", SBT_1MS * timeout, in ubt_do_hci_request()
/f-stack/freebsd/kern/
H A Dkern_timeout.c629 static sbintime_t maxdt = 2 * SBT_1MS; /* 2 msec */ in softclock_call_cc()
/f-stack/freebsd/netinet/
H A Dtcp_subr.c3472 SBT_1MS; \ in tcp_inptoxtp()