Home
last modified time | relevance | path

Searched refs:MSEC2NSEC (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libinetutil/common/
H A Dtq.c98 node->iutn_abs_timeout = gethrtime() + MSEC2NSEC(msec); in insert_timer()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c278 hrtime_t endtime = gethrtime() + MSEC2NSEC(waitms); in rarp_recv()
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h243 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c129 hrtime_t zfs_throttle_delay = MSEC2NSEC(10);
130 hrtime_t zfs_throttle_resolution = MSEC2NSEC(10);
H A Dspa_misc.c585 spa->spa_deadman_synctime = MSEC2NSEC(zfs_deadman_synctime_ms); in spa_add()
593 when.cyt_interval = MSEC2NSEC(zfs_deadman_checktime_ms); in spa_add()
H A Ddsl_dir.c1285 MSEC2NSEC(10), MSEC2NSEC(10)); in dsl_dir_tempreserve_space()
H A Ddmu_tx.c963 hrtime_t zfs_delay_max_ns = MSEC2NSEC(100);
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c753 deadline = MSEC2NSEC(deadline); in dpioctl()
H A Dpower.c119 static hrtime_t power_button_debounce = MSEC2NSEC(10);
/titanic_41/usr/src/uts/sun4u/io/
H A Dtodds1287.c161 static hrtime_t power_button_debounce = MSEC2NSEC(10);
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c675 rqtp.tv_nsec = MSEC2NSEC(10); in process_user_input()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c318 tv_time = MSEC2NSEC(msec);
/titanic_41/usr/src/uts/common/os/
H A Ddumpsubr.c2329 hrtime_t hrtmax = MSEC2NSEC(DUMP_HELPER_MAX_WAIT); in dumpsys_main_task()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c4228 if ((end - begin) > MSEC2NSEC(interval)) {
4239 } else if ((end - begin) <= (MSEC2NSEC(interval) / 2) &&
H A Dspd.c1076 MSEC2NSEC(ipst->ips_ipsec_policy_log_interval) <= current) { in ipsec_rl_strlog()
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c359 rqtp.tv_nsec = MSEC2NSEC(delay); in idmap_sqlite_busy_handler()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c5368 MSEC2NSEC(zfs_deadman_synctime_ms); in ztest_deadman_thread()
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c142 hrtime_t dtrace_chill_max = MSEC2NSEC(500); /* 500 ms */