Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Drcutree.h21 void rcu_note_context_switch(bool preempt);
32 rcu_note_context_switch(false); in rcu_virt_note_context_switch()
Drcutiny.h65 #define rcu_note_context_switch(preempt) \ macro
/Linux-v5.10/kernel/rcu/
Dtree_plugin.h289 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() function
339 EXPORT_SYMBOL_GPL(rcu_note_context_switch);
861 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() function
875 EXPORT_SYMBOL_GPL(rcu_note_context_switch);
/Linux-v5.10/Documentation/trace/
Dftrace.rst1783 kworker/-59 3d..1 0us : rcu_preempt_qs <-rcu_note_context_switch
2087 <idle>-0 3.N.1 26us : rcu_note_context_switch <-__schedule
2088 <idle>-0 3.N.1 26us : rcu_sched_qs <-rcu_note_context_switch
2089 <idle>-0 3dN.1 27us : rcu_preempt_qs <-rcu_note_context_switch
/Linux-v5.10/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst79 in turn is called from ``rcu_note_context_switch()``, which in
/Linux-v5.10/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst426 ``rcu_note_context_switch()`` on the left. On the other hand, if the CPU
/Linux-v5.10/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst989 context-switch path (``rcu_note_context_switch``) and the cond_resched
/Linux-v5.10/kernel/sched/
Dcore.c4429 rcu_note_context_switch(preempt); in __schedule()
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt4125 rcu_note_context_switch() and cond_resched().