/freebsd/sys/dev/ow/ |
H A D | owc_gpiobus.c | 283 } while (now - then < (t->t_rdv + 2) * SBT_1US && sample == false); in owc_gpiobus_read_data() 286 if (now - then < t->t_rdv * SBT_1US) in owc_gpiobus_read_data() 294 } while (now - then < (t->t_slot + t->t_rec) * SBT_1US); in owc_gpiobus_read_data()
|
/freebsd/sys/dev/mana/ |
H A D | gdma_util.h | 104 pause_sbt("gdma-usleep-range", SBT_1US * _1, SBT_1US * 1, C_ABSOLUTE)
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 332 sbt = howmany(sbt, SBT_1US); in pause_sbt() 599 SBT_1US * (4000000 + (int)(random() % 2000001)), SBT_1US, in setrunnable()
|
H A D | kern_timeout.c | 1414 st += t / SBT_1US; in sysctl_kern_callout_stat() 1415 spr += tmp->c_precision / SBT_1US; in sysctl_kern_callout_stat()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_aqm_pie.c | 315 (uint64_t)pprms->tupdate * SBT_1US, 0, calculate_drop_prob, pst, 0); in calculate_drop_prob() 383 (uint64_t)pprms->tupdate * SBT_1US, in init_activate_pie() 675 SBT_1US, 0, pie_callout_cleanup, pst, 0); in aqm_pie_cleanup()
|
H A D | dn_sched_fq_pie.c | 489 (uint64_t)pprms->tupdate * SBT_1US, in fq_calculate_drop_prob() 518 (uint64_t)pprms->tupdate * SBT_1US, in fq_activate_pie() 605 SBT_1US, 0, fqpie_callout_cleanup, q, 0); in pie_cleanup()
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 213 #define ENA_USLEEP(x) pause_sbt("ena", SBT_1US * (x), SBT_1US, 0)
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_os_bsd.c | 224 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0, in os_request_timer()
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_os_bsd.c | 238 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0, in os_request_timer()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kloop.c | 43 pause_sbt("sync-kloop-sleep", SBT_1US * _1, SBT_1US * 1, C_ABSOLUTE)
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_core.c | 361 sc->sc_typical_timeouts[CFI_TIMEOUT_WRITE] = SBT_1US * (1ULL << ttoexp); in cfi_attach() 378 SBT_1US * (1ULL << cfi_read_qry(sc, CFI_QRY_TTO_BUFWRITE)); in cfi_attach()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_os_bsd.c | 251 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0, in os_request_timer()
|
/freebsd/sys/dev/iicbus/ |
H A D | iicbb.c | 243 timeout = now + sc->scl_low_timeout * SBT_1US; in iicbb_waitforscl()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_private.h | 467 sbintime_t delta_t = SBT_1US; in nvme_completion_poll()
|
H A D | nvme_ctrlr.c | 267 sbintime_t delta_t = SBT_1US; in nvme_ctrlr_wait_for_ready()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_i2c.c | 639 sc->byte_time_sbt = SBT_1US * (9000000 / busfreq); in i2c_reset()
|
/freebsd/sys/sys/ |
H A D | time.h | 130 #define SBT_1US (SBT_1S / 1000000) macro
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vlapic.c | 766 bttosbt(bt) / SBT_1US, in vlapic_callout_handler() 767 bttosbt(vlapic->timer_period_bt) / SBT_1US); in vlapic_callout_handler()
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 960 us = (uint64_t)value / SBT_1US; in cam_iosched_sbintime_sysctl() 968 *(sbintime_t *)arg1 = us * SBT_1US; in cam_iosched_sbintime_sysctl()
|
/freebsd/sys/net/ |
H A D | iflib.c | 1142 NETMAP_TX_TIMER_US * SBT_1US, SBT_1US, in iflib_netmap_txsync()
|