RCU_TORTURE_PIPE_LEN
if (i > RCU_TORTURE_PIPE_LEN)
i = RCU_TORTURE_PIPE_LEN;
static struct rcu_torture rcu_tortures[10 * RCU_TORTURE_PIPE_LEN];
static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_count);
static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_batch);
static atomic_t rcu_torture_wcount[RCU_TORTURE_PIPE_LEN + 1];
if (pipe_count > RCU_TORTURE_PIPE_LEN) {
pipe_count = RCU_TORTURE_PIPE_LEN;
if (completed > RCU_TORTURE_PIPE_LEN) {
completed = RCU_TORTURE_PIPE_LEN;
long pipesummary[RCU_TORTURE_PIPE_LEN + 1] = { 0 };
long batchsummary[RCU_TORTURE_PIPE_LEN + 1] = { 0 };
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
for (i = RCU_TORTURE_PIPE_LEN; i >= 0; i--) {
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++)
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++)
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++)
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
if (i > RCU_TORTURE_PIPE_LEN)
i = RCU_TORTURE_PIPE_LEN;
if (i + 1 >= RCU_TORTURE_PIPE_LEN) {