Lines Matching refs:pipe_count
1089 int pipe_count; in rcu_torture_timer() local
1115 pipe_count = p->rtort_pipe_count; in rcu_torture_timer()
1116 if (pipe_count > RCU_TORTURE_PIPE_LEN) { in rcu_torture_timer()
1118 pipe_count = RCU_TORTURE_PIPE_LEN; in rcu_torture_timer()
1121 if (pipe_count > 1) { in rcu_torture_timer()
1126 __this_cpu_inc(rcu_torture_count[pipe_count]); in rcu_torture_timer()
1153 int pipe_count; in rcu_torture_reader() local
1188 pipe_count = p->rtort_pipe_count; in rcu_torture_reader()
1189 if (pipe_count > RCU_TORTURE_PIPE_LEN) { in rcu_torture_reader()
1191 pipe_count = RCU_TORTURE_PIPE_LEN; in rcu_torture_reader()
1194 if (pipe_count > 1) { in rcu_torture_reader()
1199 __this_cpu_inc(rcu_torture_count[pipe_count]); in rcu_torture_reader()