Home
last modified time | relevance | path

Searched refs:nloops (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
H A Drefscale.c137 void (*readsection)(const int nloops);
138 void (*delaysection)(const int nloops, const int udl, const int ndl);
152 static void ref_rcu_read_section(const int nloops) in ref_rcu_read_section() argument
156 for (i = nloops; i >= 0; i--) { in ref_rcu_read_section()
162 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
166 for (i = nloops; i >= 0; i--) { in ref_rcu_delay_section()
189 static void srcu_ref_scale_read_section(const int nloops) in srcu_ref_scale_read_section() argument
194 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_read_section()
200 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
205 for (i = nloops; in srcu_ref_scale_delay_section()
219 srcu_fast_ref_scale_read_section(const int nloops) srcu_fast_ref_scale_read_section() argument
230 srcu_fast_ref_scale_delay_section(const int nloops,const int udl,const int ndl) srcu_fast_ref_scale_delay_section() argument
253 rcu_tasks_ref_scale_read_section(const int nloops) rcu_tasks_ref_scale_read_section() argument
261 rcu_tasks_ref_scale_delay_section(const int nloops,const int udl,const int ndl) rcu_tasks_ref_scale_delay_section() argument
287 rcu_trace_ref_scale_read_section(const int nloops) rcu_trace_ref_scale_read_section() argument
297 rcu_trace_ref_scale_delay_section(const int nloops,const int udl,const int ndl) rcu_trace_ref_scale_delay_section() argument
326 ref_refcnt_section(const int nloops) ref_refcnt_section() argument
336 ref_refcnt_delay_section(const int nloops,const int udl,const int ndl) ref_refcnt_delay_section() argument
363 ref_rwlock_section(const int nloops) ref_rwlock_section() argument
373 ref_rwlock_delay_section(const int nloops,const int udl,const int ndl) ref_rwlock_delay_section() argument
400 ref_rwsem_section(const int nloops) ref_rwsem_section() argument
410 ref_rwsem_delay_section(const int nloops,const int udl,const int ndl) ref_rwsem_delay_section() argument
431 ref_lock_section(const int nloops) ref_lock_section() argument
443 ref_lock_delay_section(const int nloops,const int udl,const int ndl) ref_lock_delay_section() argument
464 ref_lock_irq_section(const int nloops) ref_lock_irq_section() argument
477 ref_lock_irq_delay_section(const int nloops,const int udl,const int ndl) ref_lock_irq_delay_section() argument
500 ref_acqrel_section(const int nloops) ref_acqrel_section() argument
513 ref_acqrel_delay_section(const int nloops,const int udl,const int ndl) ref_acqrel_delay_section() argument
535 ref_sched_clock_section(const int nloops) ref_sched_clock_section() argument
547 ref_sched_clock_delay_section(const int nloops,const int udl,const int ndl) ref_sched_clock_delay_section() argument
568 ref_clock_section(const int nloops) ref_clock_section() argument
580 ref_clock_delay_section(const int nloops,const int udl,const int ndl) ref_clock_delay_section() argument
600 ref_jiffies_section(const int nloops) ref_jiffies_section() argument
612 ref_jiffies_delay_section(const int nloops,const int udl,const int ndl) ref_jiffies_delay_section() argument
700 typesafe_delay_section(const int nloops,const int udl,const int ndl) typesafe_delay_section() argument
744 typesafe_read_section(const int nloops) typesafe_read_section() argument
[all...]
/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c802 uint64_t *nloops, in test_execute() argument
838 (*nloops)++; in test_execute()
1043 uint64_t nloops; member
1055 &result.nloops, in test_loop()
1069 if (!result.nloops) { in test_loop()
1075 result.nloops); in test_loop()
1077 result.nloops, in test_loop()
1136 rbestruntime.nloops); in main()
/linux/drivers/iio/pressure/
H A Dmprls0025pa.c195 * still set after nloops attempts of reading
201 int nloops = 10; in mpr_read_pressure() local
219 for (i = 0; i < nloops; i++) { in mpr_read_pressure()
223 * --> let's try it nloops (10) times which seems to be in mpr_read_pressure()
237 if (i == nloops) { in mpr_read_pressure()
/linux/drivers/input/joystick/
H A Dgrip_mp.c136 int i, nloops; in poll_until() local
138 nloops = gameport_time(gp, u_sec); in poll_until()
139 for (i = 0; i < nloops; i++) { in poll_until()