Searched refs:nloops (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/kernel/rcu/ | 
| D | refscale.c | 131 	void (*readsection)(const int nloops);132 	void (*delaysection)(const int nloops, const int udl, const int ndl);
 146 static void ref_rcu_read_section(const int nloops)  in ref_rcu_read_section()  argument
 150 	for (i = nloops; i >= 0; i--) {  in ref_rcu_read_section()
 156 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl)  in ref_rcu_delay_section()  argument
 160 	for (i = nloops; i >= 0; i--) {  in ref_rcu_delay_section()
 183 static void srcu_ref_scale_read_section(const int nloops)  in srcu_ref_scale_read_section()  argument
 188 	for (i = nloops; i >= 0; i--) {  in srcu_ref_scale_read_section()
 194 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl)  in srcu_ref_scale_delay_section()  argument
 199 	for (i = nloops; i >= 0; i--) {  in srcu_ref_scale_delay_section()
 [all …]
 
 | 
| /Linux-v6.6/tools/testing/selftests/kvm/ | 
| D | memslot_perf_test.c | 794 			 uint64_t *nloops,  in test_execute()  argument830 		(*nloops)++;  in test_execute()
 1027 	uint64_t nloops;  member
 1039 			  &result.nloops,  in test_loop()
 1053 	if (!result.nloops) {  in test_loop()
 1059 					   result.nloops);  in test_loop()
 1061 		result.nloops,  in test_loop()
 1120 				rbestruntime.nloops);  in main()
 
 | 
| /Linux-v6.6/drivers/iio/pressure/ | 
| D | mprls0025pa.c | 177 	int nloops = 10;  in mpr_read_pressure()  local201 		for (i = 0; i < nloops; i++) {  in mpr_read_pressure()
 219 		if (i == nloops) {  in mpr_read_pressure()
 
 | 
| /Linux-v6.6/drivers/input/joystick/ | 
| D | grip_mp.c | 136 	int i, nloops;  in poll_until()  local138 	nloops = gameport_time(gp, u_sec);  in poll_until()
 139 	for (i = 0; i < nloops; i++) {  in poll_until()
 
 |