Lines Matching full:stall
117 int "RCU CPU stall timeout in seconds"
123 number of seconds, a CPU stall warning is printed. If the
124 RCU grace period persists, additional CPU stall warnings are
128 int "Expedited RCU CPU stall timeout in milliseconds"
134 specified number of milliseconds, a CPU stall warning is printed.
135 If the RCU grace period persists, additional CPU stall warnings
141 bool "Provide additional RCU stall debug information"
148 RCU stall report. For multiple continuous RCU stalls, all sampling
149 periods begin at half of the first RCU stall timeout.
154 bool "Provide RCU CPU-stall notifiers"
162 Enable RCU CPU-stall notifiers, which are invoked just before
163 printing the RCU CPU stall warning. As such, bugs in notifier
164 callbacks can prevent stall warnings from being printed.
165 And the whole reason that a stall warning is being printed is
169 that the whole reason that the RCU CPU stall is happening in
173 RCU CPU stall warning from appearing.
175 Say Y here if you want RCU CPU stall notifiers (you don't want them)