Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
Dmodify_srcu.awk200 for (name in rcu_batches)
206 rcu_batches[$3] = "";
231 if (name in rcu_batches) {
251 rcu_batches[name] = initializer;
273 $2 in rcu_batches) {
374 for (name in rcu_batches)
375 print "struct rcu_batch " name " = " rcu_batches[name] ";" > c_output;
/Linux-v4.19/include/linux/
Dperf_event.h650 unsigned long rcu_batches; member
/Linux-v4.19/kernel/events/
Dcore.c5330 event->rcu_batches = get_state_synchronize_rcu(); in ring_buffer_attach()
5336 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()