Home
last modified time | relevance | path

Searched full:holdoff (Results 1 – 25 of 62) sorted by relevance

123

/kernel/linux/linux-6.6/kernel/time/
Dclocksource-wdtest.c27 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()
/kernel/linux/linux-5.10/kernel/rcu/
Drefscale.c62 torture_param(int, holdoff, IS_BUILTIN(CONFIG_RCU_REF_SCALE_TEST) ? 10 : 0,
63 "Holdoff time before test start (s)");
375 if (holdoff) in ref_scale_reader()
376 schedule_timeout_interruptible(holdoff * HZ); in ref_scale_reader()
504 if (holdoff) in main_func()
505 schedule_timeout_interruptible(holdoff * HZ); in main_func()
590 …"--- %s: verbose=%d shutdown=%d holdoff=%d loops=%ld nreaders=%d nruns=%d readdelay=%d\n", scale_… in ref_scale_print_module_parms()
591 verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
Drcuscale.c88 torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
94 torture_param(int, writer_holdoff, 0, "Holdoff (us) between GPs, zero to disable");
374 if (holdoff) in rcu_scale_writer()
375 schedule_timeout_idle(holdoff * HZ); in rcu_scale_writer()
/kernel/linux/linux-5.10/kernel/
Dscftorture.c54 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0,
55 "Holdoff time before test start (s)");
397 if (holdoff) in scftorture_invoker()
398 schedule_timeout_interruptible(holdoff * HZ); in scftorture_invoker()
439 …"--- %s: verbose=%d holdoff=%d longwait=%d nthreads=%d onoff_holdoff=%d onoff_interval=%d shutdow… in scftorture_print_module_parms()
440 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
Dtorture.c234 VERBOSE_TOROUT_STRING("torture_onoff begin holdoff"); in torture_onoff()
236 VERBOSE_TOROUT_STRING("torture_onoff end holdoff"); in torture_onoff()
/kernel/linux/linux-6.6/kernel/rcu/
Drcuscale.c89 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()
Drefscale.c77 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()
/kernel/linux/linux-6.6/kernel/
Dscftorture.c50 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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/freescale/
Dfsl,layerscape-dcfg.txt5 core start address and release the secondary core from holdoff and startup.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/rmi4/
Drmi_f01.txt20 - syna,doze-holdoff-ms: The delay to wait after the last finger lift and the
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/fsl/
Dfsl,layerscape-dcfg.yaml16 core start address and release the secondary core from holdoff and
/kernel/linux/linux-5.10/drivers/input/rmi4/
Drmi_f01.c359 "syna,doze-holdoff-ms", 1); in rmi_f01_of_probe()
538 "Failed to configure F01 doze holdoff register: %d\n", in rmi_f01_probe()
547 "Failed to read F01 doze holdoff register: %d\n", in rmi_f01_probe()
622 "Failed to write doze holdoff: %d\n", error); in rmi_f01_config()
/kernel/linux/linux-6.6/drivers/input/rmi4/
Drmi_f01.c361 "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()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1016 * 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()
1645 * Return the interrupt holdoff timer and count for the first Queue Set on the
1647 * interrupt holdoff timer to be read on all of the device's Queue Sets.
[all …]
Dadapter.h170 u8 next_intr_params; /* holdoff params for next interrupt */
180 u8 intr_params; /* interrupt holdoff parameters */
309 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1016 * 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 …]
Dadapter.h171 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 */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dst_fdma.txt51 -bit 2-0: Holdoff value, dreq will be masked for
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Dst_fdma.txt51 -bit 2-0: Holdoff value, dreq will be masked for
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h136 unsigned int holdoff_tmr; /* interrupt holdoff timer in 100ns */
137 unsigned int next_holdoff; /* holdoff time for next interrupt */
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h136 unsigned int holdoff_tmr; /* interrupt holdoff timer in 100ns */
137 unsigned int next_holdoff; /* holdoff time for next interrupt */
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
Dtorture.sh474 …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…
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dsyna,rmi4.yaml80 syna,doze-holdoff-ms:
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h92 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h92 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */

123