Lines Matching refs:pipe_count
1045 int pipe_count; in rcu_torture_timer() local
1070 pipe_count = p->rtort_pipe_count; in rcu_torture_timer()
1071 if (pipe_count > RCU_TORTURE_PIPE_LEN) { in rcu_torture_timer()
1073 pipe_count = RCU_TORTURE_PIPE_LEN; in rcu_torture_timer()
1076 if (pipe_count > 1) { in rcu_torture_timer()
1081 __this_cpu_inc(rcu_torture_count[pipe_count]); in rcu_torture_timer()
1108 int pipe_count; in rcu_torture_reader() local
1142 pipe_count = p->rtort_pipe_count; in rcu_torture_reader()
1143 if (pipe_count > RCU_TORTURE_PIPE_LEN) { in rcu_torture_reader()
1145 pipe_count = RCU_TORTURE_PIPE_LEN; in rcu_torture_reader()
1148 if (pipe_count > 1) { in rcu_torture_reader()
1153 __this_cpu_inc(rcu_torture_count[pipe_count]); in rcu_torture_reader()