Home
last modified time | relevance | path

Searched refs:rcu_nocb_cpu_deoffload (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drcupdate.h151 int rcu_nocb_cpu_deoffload(int cpu);
156 static inline int rcu_nocb_cpu_deoffload(int cpu) { return 0; } in rcu_nocb_cpu_deoffload() function
/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h1194 int rcu_nocb_cpu_deoffload(int cpu) in rcu_nocb_cpu_deoffload() function
1216 EXPORT_SYMBOL_GPL(rcu_nocb_cpu_deoffload);
H A Drcutorture.c2146 rcu_nocb_cpu_deoffload(cpu); in rcu_nocb_toggle()