Searched refs:holdoff (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/kernel/time/ |
| H A D | clocksource-wdtest.c | 28 static int holdoff = IS_BUILTIN(CONFIG_TEST_CLOCKSOURCE_WATCHDOG) ? 10 : 0; variable 29 module_param(holdoff, int, 0444); 30 MODULE_PARM_DESC(holdoff, "Time to wait to start test (s)."); 111 schedule_timeout_uninterruptible(holdoff * HZ); in wdtest_func() 177 pr_alert("--- holdoff=%d\n", holdoff); in wdtest_print_module_parms()
|
| /linux-6.15/kernel/rcu/ |
| H A D | refscale.c | 83 torture_param(int, holdoff, IS_BUILTIN(CONFIG_RCU_REF_SCALE_TEST) ? 10 : 0, 928 if (holdoff) in ref_scale_reader() 929 schedule_timeout_interruptible(holdoff * HZ); in ref_scale_reader() 1060 if (holdoff) in main_func() 1061 schedule_timeout_interruptible(holdoff * HZ); in main_func() 1144 … verbose, verbose_batched, shutdown, holdoff, lookup_instances, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
|
| H A D | rcuscale.c | 91 torture_param(int, holdoff, 10, "Holdoff time before test start (s)"); 554 if (holdoff) in rcu_scale_writer() 555 schedule_timeout_idle(holdoff * HZ); in rcu_scale_writer() 679 …scale_type, tag, gp_async, gp_async_max, gp_exp, holdoff, minruntime, nrealreaders, nrealwriters, … in rcu_scale_print_module_parms()
|
| /linux-6.15/kernel/ |
| H A D | scftorture.c | 51 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0, 488 if (holdoff) in scftorture_invoker() 489 schedule_timeout_interruptible(holdoff * HZ); in scftorture_invoker() 537 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
|
| /linux-6.15/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | fsl,layerscape-dcfg.yaml | 15 core start address and release the secondary core from holdoff and
|
| /linux-6.15/include/uapi/linux/media/raspberrypi/ |
| H A D | pisp_fe_config.h | 91 __u8 holdoff; member
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | syna,rmi4.yaml | 80 syna,doze-holdoff-ms:
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 731 clocksource-wdtest.holdoff= [KNL] 5470 rcuscale.holdoff= [KNL] 5471 Set test-start holdoff period. The purpose of 5542 Write-side holdoff between grace periods, 5544 no holdoff. 5547 Additional write-side holdoff between grace 5549 says no holdoff. 5819 that is, no holdoff. 6076 refscale.holdoff= [KNL] 6077 Set test-start holdoff period. The purpose of [all …]
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A 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-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 432 about whether implementations will cause holdoff problems due to
|