/Linux-v6.6/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-v6.6/kernel/rcu/ |
D | rcuscale.c | 89 torture_param(int, holdoff, 10, "Holdoff time before test start (s)"); 96 torture_param(int, writer_holdoff, 0, "Holdoff (us) between GPs, zero to disable"); 97 torture_param(int, writer_holdoff_jiffies, 0, "Holdoff (jiffies) between GPs, zero to disable"); 471 if (holdoff) in rcu_scale_writer() 472 schedule_timeout_idle(holdoff * HZ); in rcu_scale_writer() 569 …"--- %s: gp_async=%d gp_async_max=%d gp_exp=%d holdoff=%d minruntime=%d nreaders=%d nwriters=%d wr… in rcu_scale_print_module_parms() 570 …scale_type, tag, gp_async, gp_async_max, gp_exp, holdoff, minruntime, nrealreaders, nrealwriters, … in rcu_scale_print_module_parms()
|
D | refscale.c | 77 torture_param(int, holdoff, IS_BUILTIN(CONFIG_RCU_REF_SCALE_TEST) ? 10 : 0, 78 "Holdoff time before test start (s)"); 817 if (holdoff) in ref_scale_reader() 818 schedule_timeout_interruptible(holdoff * HZ); in ref_scale_reader() 947 if (holdoff) in main_func() 948 schedule_timeout_interruptible(holdoff * HZ); in main_func() 1028 …"--- %s: verbose=%d shutdown=%d holdoff=%d loops=%ld nreaders=%d nruns=%d readdelay=%d\n", scale_… in ref_scale_print_module_parms() 1029 verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
|
D | srcutree.c | 33 /* Holdoff in nanoseconds for auto-expediting. */ 1868 pr_info("\tNon-default auto-expedite holdoff of %lu ns.\n", exp_holdoff); in srcu_bootup_announce()
|
D | rcutorture.c | 79 torture_param(int, fqs_holdoff, 0, "Holdoff time within fqs bursts (us)"); 2442 VERBOSE_TOROUT_STRING("rcu_torture_stall begin holdoff"); in rcu_torture_stall() 2444 VERBOSE_TOROUT_STRING("rcu_torture_stall end holdoff"); in rcu_torture_stall()
|
/Linux-v6.6/kernel/ |
D | scftorture.c | 50 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0, 51 "Holdoff time before test start (s)"); 458 if (holdoff) in scftorture_invoker() 459 schedule_timeout_interruptible(holdoff * HZ); in scftorture_invoker() 504 …"--- %s: verbose=%d holdoff=%d longwait=%d nthreads=%d onoff_holdoff=%d onoff_interval=%d shutdow… in scftorture_print_module_parms() 505 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
|
D | torture.c | 356 VERBOSE_TOROUT_STRING("torture_onoff begin holdoff"); in torture_onoff() 358 VERBOSE_TOROUT_STRING("torture_onoff end holdoff"); in torture_onoff()
|
/Linux-v6.6/Documentation/devicetree/bindings/soc/fsl/ |
D | fsl,layerscape-dcfg.yaml | 16 core start address and release the secondary core from holdoff and
|
/Linux-v6.6/drivers/input/rmi4/ |
D | rmi_f01.c | 361 "syna,doze-holdoff-ms", 1); in rmi_f01_of_probe() 540 "Failed to configure F01 doze holdoff register: %d\n", in rmi_f01_probe() 549 "Failed to read F01 doze holdoff register: %d\n", in rmi_f01_probe() 624 "Failed to write doze holdoff: %d\n", error); in rmi_f01_config()
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1016 * Find the entry in the interrupt holdoff timer value array which comes 1017 * closest to the specified interrupt holdoff value. 1065 * set_rxq_intr_params - set a queue's interrupt holdoff parameters 1081 * If both the interrupt holdoff timer and count are specified as in set_rxq_intr_params() 1082 * zero, default to a holdoff count of 1 ... in set_rxq_intr_params() 1088 * If an interrupt holdoff count has been specified, then find the in set_rxq_intr_params() 1089 * closest configured holdoff count and use that. If the response in set_rxq_intr_params() 1111 * Compute the closest holdoff timer index from the supplied holdoff in set_rxq_intr_params() 1649 * Return the interrupt holdoff timer and count for the first Queue Set on the 1651 * interrupt holdoff timer to be read on all of the device's Queue Sets. [all …]
|
D | adapter.h | 171 u8 next_intr_params; /* holdoff params for next interrupt */ 181 u8 intr_params; /* interrupt holdoff parameters */ 310 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */
|
/Linux-v6.6/Documentation/devicetree/bindings/dma/ |
D | st_fdma.txt | 51 -bit 2-0: Holdoff value, dreq will be masked for
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 136 unsigned int holdoff_tmr; /* interrupt holdoff timer in 100ns */ 137 unsigned int next_holdoff; /* holdoff time for next interrupt */
|
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 474 …prim" refscale.nreaders=$HALF_ALLOTED_CPUS refscale.loops=10000 refscale.holdoff=20 torture.disabl… 523 …cuscale.scale_type="$prim" rcuscale.nwriters=$HALF_ALLOTED_CPUS rcuscale.holdoff=20 torture.disabl… 561 …torture_bootargs="rcuscale.kfree_rcu_test=1 rcuscale.kfree_nthreads=16 rcuscale.holdoff=20 rcuscal…
|
/Linux-v6.6/Documentation/devicetree/bindings/input/ |
D | syna,rmi4.yaml | 80 syna,doze-holdoff-ms:
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.h | 92 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */
|
D | cxgb4.h | 779 u8 intr_params; /* interrupt holdoff parameters */ 780 u8 next_intr_params; /* holdoff params for next interrupt */
|
/Linux-v6.6/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 824 * @irq_holdoff: interrupt holdoff (timeout) period in us 840 * @irq_holdoff: interrupt holdoff (timeout) period in us
|
D | qbman-portal.c | 1806 * @irq_holdoff: interrupt holdoff (timeout) period in us 1844 * @irq_holdoff: interrupt holdoff (timeout) period in us
|
/Linux-v6.6/drivers/net/ethernet/altera/ |
D | altera_tse.h | 207 /* Bit[15:0]—16-bit holdoff quanta */
|
/Linux-v6.6/drivers/net/wireless/ti/wl1251/ |
D | boot.c | 165 * set the calibration stop time after holdoff time expires and set in wl1251_boot_init_seq()
|
/Linux-v6.6/Documentation/admin-guide/ |
D | kernel-parameters.txt | 683 clocksource-wdtest.holdoff= [KNL] 4962 rcuscale.holdoff= [KNL] 4963 Set test-start holdoff period. The purpose of 5034 Write-side holdoff between grace periods, 5036 no holdoff. 5039 Additional write-side holdoff between grace 5041 says no holdoff. 5048 Set holdoff time within force_quiescent_state bursts 5419 refscale.holdoff= [KNL] 5420 Set test-start holdoff period. The purpose of [all …]
|
/Linux-v6.6/include/xen/interface/ |
D | xen.h | 517 * 1. The task of 'interrupt holdoff' is covered by the per-event-
|
/Linux-v6.6/drivers/net/fddi/ |
D | defxx.h | 1552 /* Define the bits in the burst holdoff register. */
|
D | defxx.c | 773 * Burst Holdoff register, taking a single 32-bit word in dfx_bus_init() 817 * done with a bit in the Burst Holdoff register. in dfx_bus_init()
|