Searched refs:MSEC2NSEC (Results 1 – 18 of 18) sorted by relevance
98 node->iutn_abs_timeout = gethrtime() + MSEC2NSEC(msec); in insert_timer()
278 hrtime_t endtime = gethrtime() + MSEC2NSEC(waitms); in rarp_recv()
243 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
129 hrtime_t zfs_throttle_delay = MSEC2NSEC(10);130 hrtime_t zfs_throttle_resolution = MSEC2NSEC(10);
585 spa->spa_deadman_synctime = MSEC2NSEC(zfs_deadman_synctime_ms); in spa_add()593 when.cyt_interval = MSEC2NSEC(zfs_deadman_checktime_ms); in spa_add()
1285 MSEC2NSEC(10), MSEC2NSEC(10)); in dsl_dir_tempreserve_space()
963 hrtime_t zfs_delay_max_ns = MSEC2NSEC(100);
753 deadline = MSEC2NSEC(deadline); in dpioctl()
119 static hrtime_t power_button_debounce = MSEC2NSEC(10);
161 static hrtime_t power_button_debounce = MSEC2NSEC(10);
675 rqtp.tv_nsec = MSEC2NSEC(10); in process_user_input()
318 tv_time = MSEC2NSEC(msec);
2329 hrtime_t hrtmax = MSEC2NSEC(DUMP_HELPER_MAX_WAIT); in dumpsys_main_task()
4228 if ((end - begin) > MSEC2NSEC(interval)) {4239 } else if ((end - begin) <= (MSEC2NSEC(interval) / 2) &&
1076 MSEC2NSEC(ipst->ips_ipsec_policy_log_interval) <= current) { in ipsec_rl_strlog()
359 rqtp.tv_nsec = MSEC2NSEC(delay); in idmap_sqlite_busy_handler()
5368 MSEC2NSEC(zfs_deadman_synctime_ms); in ztest_deadman_thread()
142 hrtime_t dtrace_chill_max = MSEC2NSEC(500); /* 500 ms */