Searched refs:holdoff (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/kernel/time/ |
| D | clocksource-wdtest.c | 27 static int holdoff = IS_BUILTIN(CONFIG_TEST_CLOCKSOURCE_WATCHDOG) ? 10 : 0; variable 28 module_param(holdoff, int, 0444); 29 MODULE_PARM_DESC(holdoff, "Time to wait to start test (s)."); 110 schedule_timeout_uninterruptible(holdoff * HZ); in wdtest_func() 174 pr_alert("--- holdoff=%d\n", holdoff); in wdtest_print_module_parms()
|
| /Linux-v5.15/kernel/rcu/ |
| D | refscale.c | 75 torture_param(int, holdoff, IS_BUILTIN(CONFIG_RCU_REF_SCALE_TEST) ? 10 : 0, 527 if (holdoff) in ref_scale_reader() 528 schedule_timeout_interruptible(holdoff * HZ); in ref_scale_reader() 656 if (holdoff) in main_func() 657 schedule_timeout_interruptible(holdoff * HZ); in main_func() 743 verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
|
| D | rcuscale.c | 89 torture_param(int, holdoff, 10, "Holdoff time before test start (s)"); 404 if (holdoff) in rcu_scale_writer() 405 schedule_timeout_uninterruptible(holdoff * HZ); in rcu_scale_writer()
|
| /Linux-v5.15/kernel/ |
| D | scftorture.c | 54 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0, 454 if (holdoff) in scftorture_invoker() 455 schedule_timeout_interruptible(holdoff * HZ); in scftorture_invoker() 501 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
|
| /Linux-v5.15/Documentation/devicetree/bindings/arm/freescale/ |
| D | fsl,layerscape-dcfg.txt | 5 core start address and release the secondary core from holdoff and startup.
|
| /Linux-v5.15/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_f01.txt | 20 - syna,doze-holdoff-ms: The delay to wait after the last finger lift and the
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 619 clocksource-wdtest.holdoff= [KNL] 4508 rcuscale.holdoff= [KNL] 4509 Set test-start holdoff period. The purpose of 4565 Write-side holdoff between grace periods, 4567 no holdoff. 4574 Set holdoff time within force_quiescent_state bursts 4832 refscale.holdoff= [KNL] 4833 Set test-start holdoff period. The purpose of 5011 scftorture.holdoff= [KNL]
|
| /Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| D | phy_n.c | 14328 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()
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | vfs.rst | 360 about whether implementations will cause holdoff problems due to
|