Searched hist:e162b39a368f0401e41b558f430c354d12a85b37 (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/ |
H A D | sysctl.c | diff e162b39a368f0401e41b558f430c354d12a85b37 Thu Jan 15 20:08:40 CET 2009 Mandeep Singh Baines <msb@google.com> softlockup: decouple hung tasks check from softlockup detection
Decoupling allows:
* hung tasks check to happen at very low priority
* hung tasks check and softlockup to be enabled/disabled independently at compile and/or run-time
* individual panic settings to be enabled disabled independently at compile and/or run-time
* softlockup threshold to be reduced without increasing hung tasks poll frequency (hung task check is expensive relative to softlock watchdog)
* hung task check to be zero over-head when disabled at run-time
Signed-off-by: Mandeep Singh Baines <msb@google.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/linux/lib/ |
H A D | Kconfig.debug | diff e162b39a368f0401e41b558f430c354d12a85b37 Thu Jan 15 20:08:40 CET 2009 Mandeep Singh Baines <msb@google.com> softlockup: decouple hung tasks check from softlockup detection
Decoupling allows:
* hung tasks check to happen at very low priority
* hung tasks check and softlockup to be enabled/disabled independently at compile and/or run-time
* individual panic settings to be enabled disabled independently at compile and/or run-time
* softlockup threshold to be reduced without increasing hung tasks poll frequency (hung task check is expensive relative to softlock watchdog)
* hung task check to be zero over-head when disabled at run-time
Signed-off-by: Mandeep Singh Baines <msb@google.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/linux/include/linux/ |
H A D | sched.h | diff e162b39a368f0401e41b558f430c354d12a85b37 Thu Jan 15 20:08:40 CET 2009 Mandeep Singh Baines <msb@google.com> softlockup: decouple hung tasks check from softlockup detection
Decoupling allows:
* hung tasks check to happen at very low priority
* hung tasks check and softlockup to be enabled/disabled independently at compile and/or run-time
* individual panic settings to be enabled disabled independently at compile and/or run-time
* softlockup threshold to be reduced without increasing hung tasks poll frequency (hung task check is expensive relative to softlock watchdog)
* hung task check to be zero over-head when disabled at run-time
Signed-off-by: Mandeep Singh Baines <msb@google.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|