Lines Matching full:stall
72 int "RCU CPU stall timeout in seconds"
78 number of seconds, a CPU stall warning is printed. If the
79 RCU grace period persists, additional CPU stall warnings are
83 int "Expedited RCU CPU stall timeout in milliseconds"
89 specified number of milliseconds, a CPU stall warning is printed.
90 If the RCU grace period persists, additional CPU stall warnings
96 bool "Provide additional RCU stall debug information"
103 RCU stall report. For multiple continuous RCU stalls, all sampling
104 periods begin at half of the first RCU stall timeout.
109 bool "Provide RCU CPU-stall notifiers"
117 Enable RCU CPU-stall notifiers, which are invoked just before
118 printing the RCU CPU stall warning. As such, bugs in notifier
119 callbacks can prevent stall warnings from being printed.
120 And the whole reason that a stall warning is being printed is
124 that the whole reason that the RCU CPU stall is happening in
128 RCU CPU stall warning from appearing.
130 Say Y here if you want RCU CPU stall notifiers (you don't want them)