Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.c1321 static void note_gp_changes(struct rcu_data *rdp) in note_gp_changes() function
2489 note_gp_changes(rdp); in rcu_check_quiescent_state()
3023 note_gp_changes(rdp); in call_rcu_core()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst289 via ``note_gp_changes()``, either directly from ``call_rcu()`` (if the
422 Any number of events can lead up to a CPU invoking ``note_gp_changes``
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst307 | 2. Which calls note_gp_changes() and try to acquire the node lock. |