Searched refs:nloops (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/kernel/rcu/ |
D | refscale.c | 129 void (*readsection)(const int nloops); 130 void (*delaysection)(const int nloops, const int udl, const int ndl); 144 static void ref_rcu_read_section(const int nloops) in ref_rcu_read_section() argument 148 for (i = nloops; i >= 0; i--) { in ref_rcu_read_section() 154 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument 158 for (i = nloops; i >= 0; i--) { in ref_rcu_delay_section() 180 static void srcu_ref_scale_read_section(const int nloops) in srcu_ref_scale_read_section() argument 185 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_read_section() 191 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument 196 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_delay_section() [all …]
|
/linux-5.19.10/tools/testing/selftests/kvm/ |
D | memslot_perf_test.c | 750 uint64_t *nloops, in test_execute() argument 787 (*nloops)++; in test_execute() 944 uint64_t nloops; member 955 result.nloops = 0; in test_loop() 957 &result.nloops, in test_loop() 971 if (!result.nloops) { in test_loop() 977 result.nloops); in test_loop() 979 result.nloops, in test_loop() 1040 rbestruntime.nloops); in main()
|
/linux-5.19.10/drivers/input/joystick/ |
D | grip_mp.c | 136 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()
|