Searched refs:SBT_1US (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dgdma_util.h104 pause_sbt("gdma-usleep-range", SBT_1US * _1, SBT_1US * 1, C_ABSOLUTE)
/freebsd-current/sys/dev/ow/
H A Dowc_gpiobus.c282 } while (now - then < (t->t_rdv + 2) * SBT_1US && sample == false);
285 if (now - then < t->t_rdv * SBT_1US)
293 } while (now - then < (t->t_slot + t->t_rec) * SBT_1US);
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c315 (uint64_t)pprms->tupdate * SBT_1US, 0, calculate_drop_prob, pst, 0);
383 (uint64_t)pprms->tupdate * SBT_1US,
675 SBT_1US, 0, pie_callout_cleanup, pst, 0);
H A Ddn_sched_fq_pie.c489 (uint64_t)pprms->tupdate * SBT_1US,
518 (uint64_t)pprms->tupdate * SBT_1US,
605 SBT_1US, 0, fqpie_callout_cleanup, q, 0);
/freebsd-current/sys/kern/
H A Dkern_synch.c332 sbt = howmany(sbt, SBT_1US);
632 SBT_1US * (4000000 + (int)(random() % 2000001)), SBT_1US,
H A Dkern_timeout.c1394 st += t / SBT_1US;
1395 spr += tmp->c_precision / SBT_1US;
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_os_bsd.c224 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0,
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h213 #define ENA_USLEEP(x) pause_sbt("ena", SBT_1US * (x), SBT_1US, 0)
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c251 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0,
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_os_bsd.c238 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0,
/freebsd-current/sys/dev/iicbus/
H A Diicbb.c254 timeout = now + sc->scl_low_timeout * SBT_1US;
/freebsd-current/sys/dev/nvme/
H A Dnvme_private.h466 sbintime_t delta_t = SBT_1US;
H A Dnvme_ctrlr.c264 sbintime_t delta_t = SBT_1US;
/freebsd-current/sys/dev/netmap/
H A Dnetmap_kloop.c43 pause_sbt("sync-kloop-sleep", SBT_1US * _1, SBT_1US * 1, C_ABSOLUTE)
/freebsd-current/sys/dev/cfi/
H A Dcfi_core.c361 sc->sc_typical_timeouts[CFI_TIMEOUT_WRITE] = SBT_1US * (1ULL << ttoexp);
378 SBT_1US * (1ULL << cfi_read_qry(sc, CFI_QRY_TTO_BUFWRITE));
/freebsd-current/sys/sys/
H A Dtime.h130 #define SBT_1US (SBT_1S / 1000000) macro
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.h317 &(isp)->isp_lock, 0, "isp_sleep", (x) * SBT_1US, 0, 0)
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_i2c.c641 sc->byte_time_sbt = SBT_1US * (9000000 / busfreq);
/freebsd-current/sys/amd64/vmm/io/
H A Dvlapic.c766 bttosbt(bt) / SBT_1US,
767 bttosbt(vlapic->timer_period_bt) / SBT_1US);
/freebsd-current/sys/cam/
H A Dcam_iosched.c952 us = (uint64_t)value / SBT_1US;
960 *(sbintime_t *)arg1 = us * SBT_1US;
/freebsd-current/sys/net/
H A Diflib.c1141 NETMAP_TX_TIMER_US * SBT_1US, SBT_1US,

Completed in 404 milliseconds