Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/linux/
Dperf_event.h751 unsigned long rcu_batches; member
/Linux-v6.1/kernel/events/
Dcore.c5971 event->rcu_batches = get_state_synchronize_rcu(); in ring_buffer_attach()
5977 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()