Searched refs:RCU_STRESS_PIPE_LEN (Results 1 – 1 of 1) sorted by relevance
229 #define RCU_STRESS_PIPE_LEN 10 macro236 struct rcu_stress rcu_stress_array[RCU_STRESS_PIPE_LEN] = { { 0 } };241 long long rcu_stress_count[RCU_STRESS_PIPE_LEN + 1];250 long long rcu_stress_local[RCU_STRESS_PIPE_LEN + 1] = { 0 }; in rcu_read_stress_test()272 if ((pc > RCU_STRESS_PIPE_LEN) || (pc < 0)) { in rcu_read_stress_test()273 pc = RCU_STRESS_PIPE_LEN; in rcu_read_stress_test()280 for (i = 0; i <= RCU_STRESS_PIPE_LEN; i++) { in rcu_read_stress_test()315 if (rcu_stress_idx >= RCU_STRESS_PIPE_LEN) { in rcu_update_stress_test()331 for (i = 0; i < RCU_STRESS_PIPE_LEN; i++) { in rcu_update_stress_test()383 for (i = 0; i <= RCU_STRESS_PIPE_LEN; i++) { in stresstest()[all …]