Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A 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
/openbmc/linux/kernel/rcu/
H A Dtree.c1217 static bool __note_gp_changes(struct rcu_node *rnp, struct rcu_data *rdp) in __note_gp_changes() function
1280 needwake = __note_gp_changes(rnp, rdp); in note_gp_changes()
1545 (void)__note_gp_changes(rnp, rdp); in rcu_gp_init()
1768 needgp = __note_gp_changes(rnp, rdp) || needgp; in rcu_gp_cleanup()