Searched refs:delay_ms (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/amd_ecc_inject/
H A Decc_inject.c75 static int delay_ms = 0; variable
134 CTLTYPE_UINT | CTLFLAG_RW, &delay_ms, 0,
195 if (delay_ms != 0 && injected != count - 1)
196 pause_sbt("ecc_ei_inject", delay_ms * SBT_1MS, 0, 0);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c267 int end, delay_ms = MLX5_CRDUMP_WAIT_MS; local
305 delay_ms = MLX5_FW_RESET_WAIT_MS;
310 end = jiffies + msecs_to_jiffies(delay_ms);
320 mlx5_get_nic_state(dev), delay_ms);
H A Dmlx5_fw.c296 int end, delay_ms = MLX5_FAST_TEARDOWN_WAIT_MS; local
324 end = jiffies + msecs_to_jiffies(delay_ms);
334 mlx5_get_nic_state(dev), delay_ms);
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c99 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms);
247 static int ael1002_get_module_type(struct cphy *phy, int delay_ms) argument
251 if (delay_ms)
252 msleep(delay_ms);
254 v = ael2xxx_get_module_type(phy, delay_ms);
443 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms) argument
447 if (delay_ms)
448 msleep(delay_ms);
1220 static int ael2005_get_module_type(struct cphy *phy, int delay_ms) argument
1232 return ael2xxx_get_module_type(phy, delay_ms);
1919 ael2020_get_module_type(struct cphy *phy, int delay_ms) argument
[all...]
/freebsd-13-stable/sys/net/route/
H A Dfib_algo.c500 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) argument
503 FD_PRINTF(LOG_DEBUG, fd, "delay=%d action=%d", delay_ms, action);
505 callout_reset_sbt(&fd->fd_callout, SBT_1MS * delay_ms, 0,
633 int32_t delay_ms = get_tv_diff_ms(&tv, &new_tv); local
634 schedule_callout(fd, action, delay_ms);

Completed in 100 milliseconds