Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drefscale.c127 void (*readsection)(const int nloops);
128 void (*delaysection)(const int nloops, const int udl, const int ndl);
142 static void ref_rcu_read_section(const int nloops) in ref_rcu_read_section() argument
146 for (i = nloops; i >= 0; i--) { in ref_rcu_read_section()
152 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
156 for (i = nloops; i >= 0; i--) { in ref_rcu_delay_section()
178 static void srcu_ref_scale_read_section(const int nloops) in srcu_ref_scale_read_section() argument
183 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_read_section()
189 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
194 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_delay_section()
[all …]
/Linux-v5.15/tools/testing/selftests/kvm/
Dmemslot_perf_test.c738 uint64_t *nloops, in test_execute() argument
775 (*nloops)++; in test_execute()
932 uint64_t nloops; member
943 result.nloops = 0; in test_loop()
945 &result.nloops, in test_loop()
959 if (!result.nloops) { in test_loop()
965 result.nloops); in test_loop()
967 result.nloops, in test_loop()
1028 rbestruntime.nloops); in main()
/Linux-v5.15/drivers/input/joystick/
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()