diff options
Diffstat (limited to 'kernel/rcu/rcu.h')
| -rw-r--r-- | kernel/rcu/rcu.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/rcu/rcu.h b/kernel/rcu/rcu.h index 0453a7d12b3f..bee070979970 100644 --- a/kernel/rcu/rcu.h +++ b/kernel/rcu/rcu.h  | |||
| @@ -502,6 +502,7 @@ static inline void rcu_force_quiescent_state(void) { } | |||
| 502 | static inline void rcu_bh_force_quiescent_state(void) { } | 502 | static inline void rcu_bh_force_quiescent_state(void) { } | 
| 503 | static inline void rcu_sched_force_quiescent_state(void) { } | 503 | static inline void rcu_sched_force_quiescent_state(void) { } | 
| 504 | static inline void show_rcu_gp_kthreads(void) { } | 504 | static inline void show_rcu_gp_kthreads(void) { } | 
| 505 | static inline int rcu_get_gp_kthreads_prio(void) { return 0; } | ||
| 505 | #else /* #ifdef CONFIG_TINY_RCU */ | 506 | #else /* #ifdef CONFIG_TINY_RCU */ | 
| 506 | unsigned long rcu_get_gp_seq(void); | 507 | unsigned long rcu_get_gp_seq(void); | 
| 507 | unsigned long rcu_bh_get_gp_seq(void); | 508 | unsigned long rcu_bh_get_gp_seq(void); | 
| @@ -510,6 +511,7 @@ unsigned long rcu_exp_batches_completed(void); | |||
| 510 | unsigned long rcu_exp_batches_completed_sched(void); | 511 | unsigned long rcu_exp_batches_completed_sched(void); | 
| 511 | unsigned long srcu_batches_completed(struct srcu_struct *sp); | 512 | unsigned long srcu_batches_completed(struct srcu_struct *sp); | 
| 512 | void show_rcu_gp_kthreads(void); | 513 | void show_rcu_gp_kthreads(void); | 
| 514 | int rcu_get_gp_kthreads_prio(void); | ||
| 513 | void rcu_force_quiescent_state(void); | 515 | void rcu_force_quiescent_state(void); | 
| 514 | void rcu_bh_force_quiescent_state(void); | 516 | void rcu_bh_force_quiescent_state(void); | 
| 515 | void rcu_sched_force_quiescent_state(void); | 517 | void rcu_sched_force_quiescent_state(void); | 
