Searched refs:MSEC2NSEC (Results 1 – 9 of 9) sorted by relevance
40 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
650 *delay = MSEC2NSEC(scan_delay); in parse_delay()
700 spa->spa_deadman_synctime = MSEC2NSEC(zfs_deadman_synctime_ms); in spa_add()709 when.cyt_interval = MSEC2NSEC(zfs_deadman_checktime_ms); in spa_add()
1277 MSEC2NSEC(10), MSEC2NSEC(10)); in dsl_dir_tempreserve_space()
1010 hrtime_t zfs_delay_max_ns = MSEC2NSEC(100);
495 &dbuf_evict_lock, SEC2NSEC(1), MSEC2NSEC(1), 0); in dbuf_evict_thread()
4181 &arc_reclaim_lock, SEC2NSEC(1), MSEC2NSEC(1), 0); in arc_reclaim_thread()
5438 MSEC2NSEC(zfs_deadman_synctime_ms); in ztest_deadman_thread()
179 hrtime_t dtrace_chill_max = MSEC2NSEC(500); /* 500 ms */