Home
last modified time | relevance | path

Searched refs:delta_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/diskinfo/
H A Ddiskinfo.c364 delta_t(void) in delta_t() function
380 dt = delta_t(); in TN()
390 dt = delta_t(); in TR()
400 dt = delta_t(); in TI()
410 dt = delta_t(); in TS()
551 dtmega = delta_t(); in commandtime()
560 dtsector = delta_t(); in commandtime()
613 if (delta_t() < 3.0) { in iops()
720 } while (delta_t() < 1.0); in slogbench()
/freebsd/sys/dev/nvme/
H A Dnvme_private.h466 sbintime_t delta_t = SBT_1US; in nvme_completion_poll() local
471 pause_sbt("nvme", delta_t, 0, C_PREL(1)); in nvme_completion_poll()
472 delta_t = min(SBT_1MS, delta_t * 3 / 2); in nvme_completion_poll()
H A Dnvme_ctrlr.c263 sbintime_t delta_t = SBT_1US; in nvme_ctrlr_wait_for_ready() local
278 pause_sbt("nvmerdy", delta_t, 0, C_PREL(1)); in nvme_ctrlr_wait_for_ready()
279 delta_t = min(SBT_1MS, delta_t * 3 / 2); in nvme_ctrlr_wait_for_ready()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp59 const auto delta_t = now - time_value; in DoGetFrameCount() local
61 duration<double, std::milli>(delta_t).count(), in DoGetFrameCount()
62 (float)FRAME_COUNT / duration<double>(delta_t).count()); in DoGetFrameCount()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb_err.et35 ec RD_AP_TIME, "Kerberos 4: delta_t too big"
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h754 int32_t delta_t; ///< clock offs at reconn. time in 1/::RECEIVER_INFO::ticks_per_sec units member
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c208 antinfop->delta_t = get_lsb_long(buffpp); in get_mbg_antinfo()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c2714 double delta_t; in main_thread() local
2835 delta_t = toc.tv_sec + 1e-6* toc.tv_usec; in main_thread()
2837 tx_output(g, &cur, delta_t, "Sent"); in main_thread()
2839 tx_output(g, &cur, delta_t, "Received"); in main_thread()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c4493 (antinfo.delta_t < 0) ? '-' : '+', in gps16x_message()
4494 (long) ABS(antinfo.delta_t) / 10000, in gps16x_message()
4495 (long) ABS(antinfo.delta_t) % 10000); in gps16x_message()