Home
last modified time | relevance | path

Searched refs:holdoff (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/rcu/
H A Drcuscale.c85 torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
484 if (holdoff) in rcu_scale_exp()
485 schedule_timeout_idle(holdoff * HZ); in rcu_scale_exp()
573 if (holdoff) in rcu_scale_writer()
574 schedule_timeout_idle(holdoff * HZ); in rcu_scale_writer()
700 scale_type, tag, gp_async, gp_async_max, gp_exp, holdoff, in rcu_scale_print_module_parms()
/linux/kernel/
H A Dscftorture.c51 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0,
484 if (holdoff) in scftorture_invoker()
485 schedule_timeout_interruptible(holdoff * HZ); in scftorture_invoker()
533 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c14328 wlc_phy_write_txmacreg_nphy(struct brcms_phy *pi, u16 holdoff, u16 delay) in wlc_phy_write_txmacreg_nphy() argument
14330 write_phy_reg(pi, 0x77, holdoff); in wlc_phy_write_txmacreg_nphy()
14336 u16 holdoff, delay; in wlc_phy_nphy_tkip_rifs_war() local
14340 holdoff = 0x10; in wlc_phy_nphy_tkip_rifs_war()
14344 holdoff = 0x15; in wlc_phy_nphy_tkip_rifs_war()
14348 wlc_phy_write_txmacreg_nphy(pi, holdoff, delay); in wlc_phy_nphy_tkip_rifs_war()