Searched refs:rcu_note_context_switch (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drcutree.h21 void rcu_note_context_switch(bool preempt);
28 * wrapper around rcu_note_context_switch(), which allows TINY_RCU
33 rcu_note_context_switch(false);
H A Drcutiny.h130 #define rcu_note_context_switch(preempt) \ macro
/linux-master/kernel/rcu/
H A Dtree_plugin.h312 void rcu_note_context_switch(bool preempt) function
362 EXPORT_SYMBOL_GPL(rcu_note_context_switch); variable
893 void rcu_note_context_switch(bool preempt) function
907 EXPORT_SYMBOL_GPL(rcu_note_context_switch); variable
/linux-master/kernel/sched/
H A Dcore.c6635 rcu_note_context_switch(!!sched_mode);

Completed in 274 milliseconds