Home
last modified time | relevance | path

Searched refs:__note_gp_changes (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst376 ``__note_gp_changes()`` to notice that a new grace period has started,
398 | ``__note_gp_changes()``. On the other hand, this CPU potentially gets |
399 | early notification because it invokes ``__note_gp_changes()`` during |
423 (or alternatively, directly invoking ``__note_gp_changes()``), at which
428 the invocation of ``__note_gp_changes()`` to have started before the
599 ``__note_gp_changes()``. As shown in the diagram below, this invocation
/linux-6.1.9/kernel/rcu/
Dtree.c1221 static bool __note_gp_changes(struct rcu_node *rnp, struct rcu_data *rdp) in __note_gp_changes() function
1284 needwake = __note_gp_changes(rnp, rdp); in note_gp_changes()
1554 (void)__note_gp_changes(rnp, rdp); in rcu_gp_init()
1765 needgp = __note_gp_changes(rnp, rdp) || needgp; in rcu_gp_cleanup()