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);
153 static void ref_rcu_read_section(const int nloops) in ref_rcu_read_section() argument
157 for (i = nloops; i >= 0; i--) { in ref_rcu_read_section()
163 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
167 for (i = nloops; i >= 0; i--) { in ref_rcu_delay_section()
192 static void srcu_ref_scale_read_section(const int nloops) in srcu_ref_scale_read_section() argument
197 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_read_section()
203 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
208 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_delay_section()
[all …]
/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c803 uint64_t *nloops, in test_execute()
839 (*nloops)++; in test_execute()
1044 uint64_t nloops;
1056 &result.nloops, in test_loop()
1070 if (!result.nloops) { in test_loop()
1076 result.nloops); in test_loop()
1078 result.nloops, in test_loop()
1137 rbestruntime.nloops); in main()
802 test_execute(int nslots,uint64_t * maxslots,unsigned int maxtime,const struct test_data * tdata,uint64_t * nloops,struct timespec * slot_runtime,struct timespec * guest_runtime) test_execute() argument
1043 uint64_t nloops; global() member
/linux/drivers/iio/pressure/
H A Dmprls0025pa.c201 int nloops = 10; in mpr_read_pressure() local
219 for (i = 0; i < nloops; i++) { 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()