/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | mmp.c | 209 mmp->mmp_delay = MSEC2NSEC(MMP_INTERVAL_OK(zfs_multihost_interval)); in mmp_init() 381 MSEC2NSEC(MMP_INTERVAL_OK(zfs_multihost_interval)) / in mmp_delay_update() 446 if (lock_acquire_time > (MSEC2NSEC(MMP_MIN_INTERVAL) / 10)) in mmp_write_uberblock() 552 uint64_t mmp_interval = MSEC2NSEC(MMP_INTERVAL_OK( in mmp_thread() 569 MSEC2NSEC(MMP_DEFAULT_INTERVAL); in mmp_thread() 582 mmp_interval = MSEC2NSEC(MMP_INTERVAL_OK( in mmp_thread() 675 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) / in mmp_thread()
|
H A D | zthr.c | 227 MSEC2NSEC(1), 0); in zthr_procedure()
|
H A D | vdev_raidz_math.c | 288 #define BENCH_NS MSEC2NSEC(1) /* 1ms */
|
H A D | spa_misc.c | 676 spa->spa_deadman_synctime = MSEC2NSEC(zfs_deadman_synctime_ms); in spa_add() 684 when.cyt_interval = MSEC2NSEC(zfs_deadman_checktime_ms); in spa_add()
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena.h | 95 #define ENA_ADMIN_CMD_DEF_TIMEOUT_NS MSEC2NSEC(500) 100 #define ENA_WATCHDOG_INTERVAL_NS MSEC2NSEC(1000) 107 #define ENA_DEVICE_KEEPALIVE_TIMEOUT_NS MSEC2NSEC(6000) 120 #define ENA_BASIC_STATS_MINIMUM_INTERVAL_NS MSEC2NSEC(10);
|
H A D | ena.c | 469 timeout = MSEC2NSEC(ENAHW_CAPS_RESET_TIMEOUT(rval) * 100); in ena_device_reset() 1163 cmd_timeout = MSEC2NSEC(ENAHW_CAPS_ADMIN_CMD_TIMEOUT(rval) * 100); in ena_attach_device_init()
|
/illumos-gate/usr/src/test/os-tests/tests/signalfd/ |
H A D | basic_read.c | 61 .tv_nsec = MSEC2NSEC(1), in main()
|
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
H A D | lock-signal.c | 116 sleep.tv_nsec = MSEC2NSEC(10); in lock_signal_one()
|
H A D | lock-order.c | 358 sleep.tv_nsec = MSEC2NSEC(10); in lock_order_test()
|
/illumos-gate/usr/src/test/libc-tests/tests/clocklock/ |
H A D | clock_lock.c | 45 const struct timespec clock_to_100ms = { 0, MSEC2NSEC(100) };
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | mutex-16200.c | 243 sleep.tv_nsec = MSEC2NSEC(10); in mutex_test_run_one()
|
/illumos-gate/usr/src/lib/libinetutil/common/ |
H A D | tq.c | 98 node->iutn_abs_timeout = gethrtime() + MSEC2NSEC(msec); in insert_timer()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 278 hrtime_t endtime = gethrtime() + MSEC2NSEC(waitms); in rarp_recv()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 978 tcp->tcp_rtt_sa = MSEC2NSEC(tcp->tcp_rto_initial) << 2; in tcp_opt_set() 979 tcp->tcp_rtt_sd = MSEC2NSEC(tcp->tcp_rto_initial) >> 1; in tcp_opt_set()
|
H A D | tcp.c | 644 tcp->tcp_rtt_sa = MSEC2NSEC(uinfo.iulp_rtt); in tcp_set_destination() 645 tcp->tcp_rtt_sd = MSEC2NSEC(uinfo.iulp_rtt_sd); in tcp_set_destination() 2445 tcp->tcp_rtt_sa = MSEC2NSEC(tcp->tcp_rto_initial) << 2; in tcp_init_values() 2446 tcp->tcp_rtt_sd = MSEC2NSEC(tcp->tcp_rto_initial) >> 1; in tcp_init_values()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | time.h | 249 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
|
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/ |
H A D | tcpsig.c | 37 static hrtime_t sock_to = MSEC2NSEC(100); /* ms in ns */
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 44 static hrtime_t tt_sock_to = MSEC2NSEC(100); /* ms in ns */
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | mevent.c | 441 MSEC2NSEC(mevp->me_msecs % MILLISEC); in mevent_update_one_timer()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_durable.c | 847 of->dh_timeout_offset = MSEC2NSEC(smb2_persist_timeout); in smb2_dh_import_handle() 1803 of->dh_timeout_offset = MSEC2NSEC(timeout); in smb2_fsctl_set_resilient()
|
H A D | smb2_create.c | 546 of->dh_timeout_offset = MSEC2NSEC(msto); in smb2_create()
|
/illumos-gate/usr/src/cmd/zinject/ |
H A D | zinject.c | 657 *delay = MSEC2NSEC(scan_delay); in parse_delay()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_fletcher.c | 627 #define FLETCHER_4_BENCH_NS (MSEC2NSEC(1)) /* 1ms */
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | power.c | 119 static hrtime_t power_button_debounce = MSEC2NSEC(10);
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | todds1287.c | 161 static hrtime_t power_button_debounce = MSEC2NSEC(10);
|