#ifndef __LINUX_RCU_H
#define __LINUX_RCU_H
#include <linux/slab.h>
#include <trace/events/rcu.h>
#define RCU_SEQ_CTR_SHIFT …
#define RCU_SEQ_STATE_MASK …
#define RCU_GET_STATE_COMPLETED …
extern int sysctl_sched_rt_runtime;
static inline unsigned long rcu_seq_ctr(unsigned long s)
{ … }
static inline int rcu_seq_state(unsigned long s)
{ … }
static inline void rcu_seq_set_state(unsigned long *sp, int newstate)
{ … }
static inline void rcu_seq_start(unsigned long *sp)
{ … }
static inline unsigned long rcu_seq_endval(unsigned long *sp)
{ … }
static inline void rcu_seq_end(unsigned long *sp)
{ … }
static inline unsigned long rcu_seq_snap(unsigned long *sp)
{ … }
static inline unsigned long rcu_seq_current(unsigned long *sp)
{ … }
static inline bool rcu_seq_started(unsigned long *sp, unsigned long s)
{ … }
static inline bool rcu_seq_done(unsigned long *sp, unsigned long s)
{ … }
static inline bool rcu_seq_done_exact(unsigned long *sp, unsigned long s)
{ … }
static inline bool rcu_seq_completed_gp(unsigned long old, unsigned long new)
{ … }
static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new)
{ … }
static inline unsigned long rcu_seq_diff(unsigned long new, unsigned long old)
{ … }
#ifdef CONFIG_DEBUG_OBJECTS_RCU_HEAD
#define STATE_RCU_HEAD_READY …
#define STATE_RCU_HEAD_QUEUED …
extern const struct debug_obj_descr rcuhead_debug_descr;
static inline int debug_rcu_head_queue(struct rcu_head *head)
{ … }
static inline void debug_rcu_head_unqueue(struct rcu_head *head)
{ … }
#else
static inline int debug_rcu_head_queue(struct rcu_head *head)
{
return 0;
}
static inline void debug_rcu_head_unqueue(struct rcu_head *head)
{
}
#endif
static inline void debug_rcu_head_callback(struct rcu_head *rhp)
{ … }
extern int rcu_cpu_stall_suppress_at_boot;
static inline bool rcu_stall_is_suppressed_at_boot(void)
{ … }
extern int rcu_cpu_stall_notifiers;
#ifdef CONFIG_RCU_STALL_COMMON
extern int rcu_cpu_stall_ftrace_dump;
extern int rcu_cpu_stall_suppress;
extern int rcu_cpu_stall_timeout;
extern int rcu_exp_cpu_stall_timeout;
extern int rcu_cpu_stall_cputime;
extern bool rcu_exp_stall_task_details __read_mostly;
int rcu_jiffies_till_stall_check(void);
int rcu_exp_jiffies_till_stall_check(void);
static inline bool rcu_stall_is_suppressed(void)
{ … }
#define rcu_ftrace_dump_stall_suppress() …
#define rcu_ftrace_dump_stall_unsuppress() …
#else
static inline bool rcu_stall_is_suppressed(void)
{
return rcu_stall_is_suppressed_at_boot();
}
#define rcu_ftrace_dump_stall_suppress …
#define rcu_ftrace_dump_stall_unsuppress …
#endif
#define TPS(x) …
#define rcu_ftrace_dump(oops_dump_mode) …
void rcu_early_boot_tests(void);
void rcu_test_sync_prims(void);
extern void resched_cpu(int cpu);
#if !defined(CONFIG_TINY_RCU)
#include <linux/rcu_node_tree.h>
extern int rcu_num_lvls;
extern int num_rcu_lvl[];
extern int rcu_num_nodes;
static bool rcu_fanout_exact;
static int rcu_fanout_leaf;
static inline void rcu_init_levelspread(int *levelspread, const int *levelcnt)
{ … }
extern void rcu_init_geometry(void);
#define rcu_first_leaf_node() …
#define rcu_is_leaf_node(rnp) …
#define rcu_is_last_leaf_node(rnp) …
#define _rcu_for_each_node_breadth_first(sp, rnp) …
#define rcu_for_each_node_breadth_first(rnp) …
#define srcu_for_each_node_breadth_first(ssp, rnp) …
#define rcu_for_each_leaf_node(rnp) …
#define for_each_leaf_node_possible_cpu(rnp, cpu) …
#define rcu_find_next_bit(rnp, cpu, mask) …
#define for_each_leaf_node_cpu_mask(rnp, cpu, mask) …
#endif
#if !defined(CONFIG_TINY_RCU) || defined(CONFIG_TASKS_RCU_GENERIC)
#define raw_spin_lock_rcu_node(p) …
#define raw_spin_unlock_rcu_node(p) …
#define raw_spin_lock_irq_rcu_node(p) …
#define raw_spin_unlock_irq_rcu_node(p) …
#define raw_spin_lock_irqsave_rcu_node(p, flags) …
#define raw_spin_unlock_irqrestore_rcu_node(p, flags) …
#define raw_spin_trylock_rcu_node(p) …
#define raw_lockdep_assert_held_rcu_node(p) …
#endif
#ifdef CONFIG_TINY_RCU
static inline bool rcu_gp_is_normal(void) { return true; }
static inline bool rcu_gp_is_expedited(void) { return false; }
static inline bool rcu_async_should_hurry(void) { return false; }
static inline void rcu_expedite_gp(void) { }
static inline void rcu_unexpedite_gp(void) { }
static inline void rcu_async_hurry(void) { }
static inline void rcu_async_relax(void) { }
static inline bool rcu_cpu_online(int cpu) { return true; }
#else
bool rcu_gp_is_normal(void);
bool rcu_gp_is_expedited(void);
bool rcu_async_should_hurry(void);
void rcu_expedite_gp(void);
void rcu_unexpedite_gp(void);
void rcu_async_hurry(void);
void rcu_async_relax(void);
void rcupdate_announce_bootup_oddness(void);
bool rcu_cpu_online(int cpu);
#ifdef CONFIG_TASKS_RCU_GENERIC
void show_rcu_tasks_gp_kthreads(void);
#else
static inline void show_rcu_tasks_gp_kthreads(void) {}
#endif
#endif
#ifdef CONFIG_TASKS_RCU
struct task_struct *get_rcu_tasks_gp_kthread(void);
void rcu_tasks_get_gp_data(int *flags, unsigned long *gp_seq);
#endif
#ifdef CONFIG_TASKS_RUDE_RCU
struct task_struct *get_rcu_tasks_rude_gp_kthread(void);
void rcu_tasks_rude_get_gp_data(int *flags, unsigned long *gp_seq);
#endif
#ifdef CONFIG_TASKS_TRACE_RCU
void rcu_tasks_trace_get_gp_data(int *flags, unsigned long *gp_seq);
#endif
#ifdef CONFIG_TASKS_RCU_GENERIC
void tasks_cblist_init_generic(void);
#else
static inline void tasks_cblist_init_generic(void) { }
#endif
#define RCU_SCHEDULER_INACTIVE …
#define RCU_SCHEDULER_INIT …
#define RCU_SCHEDULER_RUNNING …
enum rcutorture_type { … };
#if defined(CONFIG_RCU_LAZY)
unsigned long rcu_get_jiffies_lazy_flush(void);
void rcu_set_jiffies_lazy_flush(unsigned long j);
#else
static inline unsigned long rcu_get_jiffies_lazy_flush(void) { return 0; }
static inline void rcu_set_jiffies_lazy_flush(unsigned long j) { }
#endif
#if defined(CONFIG_TREE_RCU)
void rcutorture_get_gp_data(int *flags, unsigned long *gp_seq);
void do_trace_rcu_torture_read(const char *rcutorturename,
struct rcu_head *rhp,
unsigned long secs,
unsigned long c_old,
unsigned long c);
void rcu_gp_set_torture_wait(int duration);
#else
static inline void rcutorture_get_gp_data(int *flags, unsigned long *gp_seq)
{
*flags = 0;
*gp_seq = 0;
}
#ifdef CONFIG_RCU_TRACE
void do_trace_rcu_torture_read(const char *rcutorturename,
struct rcu_head *rhp,
unsigned long secs,
unsigned long c_old,
unsigned long c);
#else
#define do_trace_rcu_torture_read …
#endif
static inline void rcu_gp_set_torture_wait(int duration) { }
#endif
#ifdef CONFIG_TINY_SRCU
static inline void srcutorture_get_gp_data(struct srcu_struct *sp, int *flags,
unsigned long *gp_seq)
{
*flags = 0;
*gp_seq = sp->srcu_idx;
}
#elif defined(CONFIG_TREE_SRCU)
void srcutorture_get_gp_data(struct srcu_struct *sp, int *flags,
unsigned long *gp_seq);
#endif
#ifdef CONFIG_TINY_RCU
static inline bool rcu_dynticks_zero_in_eqs(int cpu, int *vp) { return false; }
static inline unsigned long rcu_get_gp_seq(void) { return 0; }
static inline unsigned long rcu_exp_batches_completed(void) { return 0; }
static inline unsigned long
srcu_batches_completed(struct srcu_struct *sp) { return 0; }
static inline void rcu_force_quiescent_state(void) { }
static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; }
static inline void show_rcu_gp_kthreads(void) { }
static inline int rcu_get_gp_kthreads_prio(void) { return 0; }
static inline void rcu_fwd_progress_check(unsigned long j) { }
static inline void rcu_gp_slow_register(atomic_t *rgssp) { }
static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { }
#else
bool rcu_dynticks_zero_in_eqs(int cpu, int *vp);
unsigned long rcu_get_gp_seq(void);
unsigned long rcu_exp_batches_completed(void);
unsigned long srcu_batches_completed(struct srcu_struct *sp);
bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
void show_rcu_gp_kthreads(void);
int rcu_get_gp_kthreads_prio(void);
void rcu_fwd_progress_check(unsigned long j);
void rcu_force_quiescent_state(void);
extern struct workqueue_struct *rcu_gp_wq;
extern struct kthread_worker *rcu_exp_gp_kworker;
void rcu_gp_slow_register(atomic_t *rgssp);
void rcu_gp_slow_unregister(atomic_t *rgssp);
#endif
#ifdef CONFIG_RCU_NOCB_CPU
void rcu_bind_current_to_nocb(void);
#else
static inline void rcu_bind_current_to_nocb(void) { }
#endif
#if !defined(CONFIG_TINY_RCU) && defined(CONFIG_TASKS_RCU)
void show_rcu_tasks_classic_gp_kthread(void);
#else
static inline void show_rcu_tasks_classic_gp_kthread(void) {}
#endif
#if !defined(CONFIG_TINY_RCU) && defined(CONFIG_TASKS_RUDE_RCU)
void show_rcu_tasks_rude_gp_kthread(void);
#else
static inline void show_rcu_tasks_rude_gp_kthread(void) {}
#endif
#if !defined(CONFIG_TINY_RCU) && defined(CONFIG_TASKS_TRACE_RCU)
void show_rcu_tasks_trace_gp_kthread(void);
#else
static inline void show_rcu_tasks_trace_gp_kthread(void) {}
#endif
#ifdef CONFIG_TINY_RCU
static inline bool rcu_cpu_beenfullyonline(int cpu) { return true; }
#else
bool rcu_cpu_beenfullyonline(int cpu);
#endif
#if defined(CONFIG_RCU_STALL_COMMON) && defined(CONFIG_RCU_CPU_STALL_NOTIFIER)
int rcu_stall_notifier_call_chain(unsigned long val, void *v);
#else
static inline int rcu_stall_notifier_call_chain(unsigned long val, void *v) { return NOTIFY_DONE; }
#endif
#endif