rcu.h (249acb5f47df27109d74a0d904a5da56c8bac28f) | rcu.h (10462d6f58fb6dbde7563e9343505d98d5bfba3d) |
---|---|
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 */ --- 219 unchanged lines hidden (view full) --- 228 rcu_lock_release(&rcu_callback_map); 229 return false; 230 } 231} 232 233#ifdef CONFIG_RCU_STALL_COMMON 234 235extern int rcu_cpu_stall_suppress; | 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 */ --- 219 unchanged lines hidden (view full) --- 228 rcu_lock_release(&rcu_callback_map); 229 return false; 230 } 231} 232 233#ifdef CONFIG_RCU_STALL_COMMON 234 235extern int rcu_cpu_stall_suppress; |
236extern int rcu_cpu_stall_timeout; |
|
236int rcu_jiffies_till_stall_check(void); 237 238#define rcu_ftrace_dump_stall_suppress() \ 239do { \ 240 if (!rcu_cpu_stall_suppress) \ 241 rcu_cpu_stall_suppress = 3; \ 242} while (0) 243 --- 292 unchanged lines hidden --- | 237int rcu_jiffies_till_stall_check(void); 238 239#define rcu_ftrace_dump_stall_suppress() \ 240do { \ 241 if (!rcu_cpu_stall_suppress) \ 242 rcu_cpu_stall_suppress = 3; \ 243} while (0) 244 --- 292 unchanged lines hidden --- |