]> Git Repo - linux.git/commit - kernel/watchdog.c
watchdog: introduce watchdog_suspend() and watchdog_resume()
authorUlrich Obergfell <[email protected]>
Fri, 4 Sep 2015 22:45:18 +0000 (15:45 -0700)
committerLinus Torvalds <[email protected]>
Fri, 4 Sep 2015 23:54:41 +0000 (16:54 -0700)
commit8c073d27d7ad293bf734cc8475689413afadab81
tree335ed5a8c2b0e82cf6d3554d31cafc6dc4f77e48
parent81a4beef91ba4a9e8ad6054ca9933dff7e25ff28
watchdog: introduce watchdog_suspend() and watchdog_resume()

This interface can be utilized to deactivate the hard and soft lockup
detector temporarily.  Callers are expected to minimize the duration of
deactivation.  Multiple deactivations are allowed to occur in parallel but
should be rare in practice.

[[email protected]: remove unneeded static initialization]
Signed-off-by: Ulrich Obergfell <[email protected]>
Reviewed-by: Aaron Tomlin <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Ulrich Obergfell <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/nmi.h
kernel/watchdog.c
This page took 0.051249 seconds and 4 git commands to generate.