rcu.h (92987fe8bdd1cbec61919a394bb11316c5d860f4) | rcu.h (be42f00b73a0f50710d16eb7cb4efda0cce062dd) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Read-Copy Update definitions shared among RCU implementations. 4 * 5 * Copyright IBM Corporation, 2011 6 * 7 * Author: Paul E. McKenney <paulmck@linux.ibm.com> 8 */ --- 210 unchanged lines hidden (view full) --- 219} 220 221#ifdef CONFIG_RCU_STALL_COMMON 222 223extern int rcu_cpu_stall_ftrace_dump; 224extern int rcu_cpu_stall_suppress; 225extern int rcu_cpu_stall_timeout; 226extern int rcu_exp_cpu_stall_timeout; | 1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Read-Copy Update definitions shared among RCU implementations. 4 * 5 * Copyright IBM Corporation, 2011 6 * 7 * Author: Paul E. McKenney <paulmck@linux.ibm.com> 8 */ --- 210 unchanged lines hidden (view full) --- 219} 220 221#ifdef CONFIG_RCU_STALL_COMMON 222 223extern int rcu_cpu_stall_ftrace_dump; 224extern int rcu_cpu_stall_suppress; 225extern int rcu_cpu_stall_timeout; 226extern int rcu_exp_cpu_stall_timeout; |
227extern bool rcu_exp_stall_task_details __read_mostly; | 227extern int rcu_cpu_stall_cputime; |
228int rcu_jiffies_till_stall_check(void); 229int rcu_exp_jiffies_till_stall_check(void); 230 231static inline bool rcu_stall_is_suppressed(void) 232{ 233 return rcu_stall_is_suppressed_at_boot() || rcu_cpu_stall_suppress; 234} 235 --- 364 unchanged lines hidden --- | 228int rcu_jiffies_till_stall_check(void); 229int rcu_exp_jiffies_till_stall_check(void); 230 231static inline bool rcu_stall_is_suppressed(void) 232{ 233 return rcu_stall_is_suppressed_at_boot() || rcu_cpu_stall_suppress; 234} 235 --- 364 unchanged lines hidden --- |