Home
last modified time | relevance | path

Searched refs:rcu_note_context_switch (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Drcutree.h21 void rcu_note_context_switch(bool preempt);
33 rcu_note_context_switch(false); in rcu_virt_note_context_switch()
H A Drcutiny.h96 #define rcu_note_context_switch(preempt) \ macro
/linux/kernel/rcu/
H A Dtree_plugin.h324 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() function
374 EXPORT_SYMBOL_GPL(rcu_note_context_switch);
1021 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() function
1035 EXPORT_SYMBOL_GPL(rcu_note_context_switch);
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst79 in turn is called from ``rcu_note_context_switch()``, which in
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst450 ``rcu_note_context_switch()`` on the left. On the other hand, if the CPU
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst1022 context-switch path (``rcu_note_context_switch``) and the cond_resched
/linux/kernel/sched/
H A Dcore.c7124 rcu_note_context_switch(preempt); in __schedule()