Searched refs:RCU_TORTURE_PIPE_LEN (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutorture.c113 #define RCU_TORTURE_PIPE_LEN 10 macro
125 static struct rcu_torture rcu_tortures[10 * RCU_TORTURE_PIPE_LEN];
127 static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_count) =
129 static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_batch) =
131 static atomic_t rcu_torture_wcount[RCU_TORTURE_PIPE_LEN + 1];
330 if (i > RCU_TORTURE_PIPE_LEN)
331 i = RCU_TORTURE_PIPE_LEN;
333 if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) {
376 if (i > RCU_TORTURE_PIPE_LEN)
377 i = RCU_TORTURE_PIPE_LEN;
[all...]

Completed in 34 milliseconds