Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
A 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/include/linux/
A Dperf_event.h731 unsigned long rcu_batches; member
/linux/kernel/events/
A Dcore.c5949 event->rcu_batches = get_state_synchronize_rcu(); in ring_buffer_attach()
5955 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()

Completed in 32 milliseconds