Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/include/linux/
Dperf_event.h731 unsigned long rcu_batches; member
/linux-5.19.10/kernel/events/
Dcore.c5919 event->rcu_batches = get_state_synchronize_rcu(); in ring_buffer_attach()
5925 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()