Home
last modified time | relevance | path

Searched refs:rcu_torture_batch (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/kernel/rcu/
Drcutorture.c170 static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_batch);
1964 __this_cpu_inc(rcu_torture_batch[completed]); in rcu_torture_one_read()
2135 batchsummary[i] += READ_ONCE(per_cpu(rcu_torture_batch, cpu)[i]); in rcu_torture_stats_print()
3507 per_cpu(rcu_torture_batch, cpu)[i] = 0; in rcu_torture_init() local