Home
last modified time | relevance | path

Searched refs:rcu_all_qs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Drcutree.h108 void rcu_all_qs(void);
H A Drcutiny.h166 static inline void rcu_all_qs(void) { barrier(); } in rcu_all_qs() function
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h867 void rcu_all_qs(void) in rcu_all_qs() function
888 EXPORT_SYMBOL_GPL(rcu_all_qs);
/openbmc/linux/kernel/sched/
H A Dcore.c8579 rcu_all_qs(); in __cond_resched()