Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcupdate.h150 int rcu_nocb_cpu_offload(int cpu);
155 static inline int rcu_nocb_cpu_offload(int cpu) { return -EINVAL; } in rcu_nocb_cpu_offload() function
/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h1279 int rcu_nocb_cpu_offload(int cpu) in rcu_nocb_cpu_offload() function
1301 EXPORT_SYMBOL_GPL(rcu_nocb_cpu_offload);
H A Drcutorture.c2143 rcu_nocb_cpu_offload(cpu); in rcu_nocb_toggle()