Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h868 int rcu_pending; member
/linux/kernel/events/
H A Dcore.c6889 WARN_ON_ONCE(event->rcu_pending); in ring_buffer_attach()
6897 event->rcu_pending = 1; in ring_buffer_attach()
6901 if (event->rcu_pending) { in ring_buffer_attach()
6903 event->rcu_pending = 0; in ring_buffer_attach()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst306 | gp_seq, in rcu_pending(). They would all then invoke the RCU-core. |