Home
last modified time | relevance | path

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

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