Searched refs:MSEC2NSEC (Results 1 – 19 of 19) sorted by relevance
67 spa_set_deadman_ziotime(MSEC2NSEC(zfs_deadman_ziotime_ms)); in param_set_deadman_ziotime()81 spa_set_deadman_synctime(MSEC2NSEC(zfs_deadman_synctime_ms)); in param_set_deadman_synctime()
175 hrtime_t timeout = MSEC2NSEC(zfs_vdev_open_timeout_ms); in vdev_disk_open()234 timeout = MSEC2NSEC( in vdev_disk_open()
54 #ifndef MSEC2NSEC55 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
381 MSEC2NSEC(MMP_INTERVAL_OK(zfs_multihost_interval)) / in mmp_delay_update()449 if (lock_acquire_time > (MSEC2NSEC(MMP_MIN_INTERVAL) / 10)) in mmp_write_uberblock()546 uint64_t mmp_interval = MSEC2NSEC(MMP_INTERVAL_OK( in mmp_thread()570 mmp->mmp_delay = MSEC2NSEC(MMP_INTERVAL_OK(zfs_multihost_interval)); in mmp_thread()575 MSEC2NSEC(MMP_DEFAULT_INTERVAL); in mmp_thread()588 mmp_interval = MSEC2NSEC(MMP_INTERVAL_OK( in mmp_thread()681 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) / in mmp_thread()
249 MSEC2NSEC(1), 0); in zthr_procedure()
363 #define BENCH_NS MSEC2NSEC(1) /* 1ms */
1427 MSEC2NSEC(10), MSEC2NSEC(10)); in dsl_dir_tempreserve_space()
679 spa->spa_deadman_synctime = MSEC2NSEC(zfs_deadman_synctime_ms); in spa_add()680 spa->spa_deadman_ziotime = MSEC2NSEC(zfs_deadman_ziotime_ms); in spa_add()
631 hrtime_t sleep_until = now + MSEC2NSEC( in spa_condense_indirect_generate_new_mapping()
3004 uint64_t multihost_interval = MSEC2NSEC( in spa_activity_check_duration()3024 import_delay = MMP_FAIL_INT(ub) * MSEC2NSEC(MMP_INTERVAL(ub)) * in spa_activity_check_duration()3036 import_delay = MAX(import_delay, (MSEC2NSEC(MMP_INTERVAL(ub)) + in spa_activity_check_duration()
722 &dbuf_evict_lock, SEC2NSEC(1), MSEC2NSEC(1), 0); in dbuf_evict_thread()
4572 if (zio->io_delay >= MSEC2NSEC(zio_slow_io_ms)) { in zio_done()
661 (uint64_t)MSEC2NSEC(metaslab_unload_delay_ms)) { in metaslab_class_evict_old()
45 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
44 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
473 spa_set_deadman_synctime(MSEC2NSEC(zfs_deadman_synctime_ms)); in param_set_deadman_synctime()490 spa_set_deadman_ziotime(MSEC2NSEC(zfs_deadman_synctime_ms)); in param_set_deadman_ziotime()
655 *delay = MSEC2NSEC(scan_delay); in parse_delay()
663 #define FLETCHER_4_BENCH_NS (MSEC2NSEC(1)) /* 1ms */
6789 MSEC2NSEC(zfs_deadman_synctime_ms); in ztest_deadman_thread()6819 overdue = zs->zs_proc_stop + MSEC2NSEC(zfs_deadman_synctime_ms); in ztest_deadman_thread()6830 delay = MSEC2NSEC(zfs_deadman_checktime_ms); in ztest_deadman_thread()