Searched refs:rcu_note_context_switch (Results 1 – 7 of 7) sorted by relevance
21 void rcu_note_context_switch(bool preempt);33 rcu_note_context_switch(false); in rcu_virt_note_context_switch()
96 #define rcu_note_context_switch(preempt) \ macro
324 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() function374 EXPORT_SYMBOL_GPL(rcu_note_context_switch);1021 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() function1035 EXPORT_SYMBOL_GPL(rcu_note_context_switch);
79 in turn is called from ``rcu_note_context_switch()``, which in
450 ``rcu_note_context_switch()`` on the left. On the other hand, if the CPU
1022 context-switch path (``rcu_note_context_switch``) and the cond_resched
7124 rcu_note_context_switch(preempt); in __schedule()