Searched refs:delta_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/diskinfo/ |
H A D | diskinfo.c | 364 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 D | nvme_private.h | 467 sbintime_t delta_t = SBT_1US; in nvme_completion_poll() local 472 pause_sbt("nvme", delta_t, 0, C_PREL(1)); in nvme_completion_poll() 473 delta_t = min(SBT_1MS, delta_t * 3 / 2); in nvme_completion_poll()
|
H A D | nvme_ctrlr.c | 267 sbintime_t delta_t = SBT_1US; in nvme_ctrlr_wait_for_ready() local 282 pause_sbt("nvmerdy", delta_t, 0, C_PREL(1)); in nvme_ctrlr_wait_for_ready() 283 delta_t = min(SBT_1MS, delta_t * 3 / 2); in nvme_ctrlr_wait_for_ready()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnwindLLDB.cpp | 59 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 D | krb_err.et | 35 ec RD_AP_TIME, "Kerberos 4: delta_t too big"
|
/freebsd/contrib/ntp/include/ |
H A D | mbg_gps166.h | 754 int32_t delta_t; ///< clock offs at reconn. time in 1/::RECEIVER_INFO::ticks_per_sec units member
|
/freebsd/contrib/ntp/libparse/ |
H A D | data_mbg.c | 208 antinfop->delta_t = get_lsb_long(buffpp); in get_mbg_antinfo()
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 2714 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 D | refclock_parse.c | 4493 (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()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hostapd.c | 4652 os_time_t delta_t; in hostapd_switch_color_timeout_handler() local 4659 delta_t = hapd->last_color_collision.sec - in hostapd_switch_color_timeout_handler() 4661 if (delta_t < DOT11BSS_COLOR_COLLISION_AP_PERIOD) in hostapd_switch_color_timeout_handler()
|