Home
last modified time | relevance | path

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

/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.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()