Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c2785 long pipesummary[RCU_TORTURE_PIPE_LEN + 1] = { 0 }; in rcu_torture_stats_print()
2799 pipesummary[i] += READ_ONCE(per_cpu(rcu_torture_count, cpu)[i]); in rcu_torture_stats_print()
2814 if (pipesummary[i] != 0) in rcu_torture_stats_print()
2865 pr_cont(" %ld", pipesummary[i]); in rcu_torture_mem_dump_obj()
2723 long pipesummary[RCU_TORTURE_PIPE_LEN + 1] = { 0 }; rcu_torture_stats_print() local