diff options
Diffstat (limited to 'include/linux/torture.h')
-rw-r--r-- | include/linux/torture.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/torture.h b/include/linux/torture.h index 5ca58fcbaf1b..7759fc3c622d 100644 --- a/include/linux/torture.h +++ b/include/linux/torture.h | |||
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | /* Definitions for online/offline exerciser. */ | 52 | /* Definitions for online/offline exerciser. */ |
53 | int torture_onoff_init(long ooholdoff, long oointerval); | 53 | int torture_onoff_init(long ooholdoff, long oointerval); |
54 | char *torture_onoff_stats(char *page); | 54 | void torture_onoff_stats(void); |
55 | bool torture_onoff_failures(void); | 55 | bool torture_onoff_failures(void); |
56 | 56 | ||
57 | /* Low-rider random number generator. */ | 57 | /* Low-rider random number generator. */ |
@@ -77,7 +77,8 @@ int torture_stutter_init(int s); | |||
77 | /* Initialization and cleanup. */ | 77 | /* Initialization and cleanup. */ |
78 | bool torture_init_begin(char *ttype, bool v, int *runnable); | 78 | bool torture_init_begin(char *ttype, bool v, int *runnable); |
79 | void torture_init_end(void); | 79 | void torture_init_end(void); |
80 | bool torture_cleanup(void); | 80 | bool torture_cleanup_begin(void); |
81 | void torture_cleanup_end(void); | ||
81 | bool torture_must_stop(void); | 82 | bool torture_must_stop(void); |
82 | bool torture_must_stop_irq(void); | 83 | bool torture_must_stop_irq(void); |
83 | void torture_kthread_stopping(char *title); | 84 | void torture_kthread_stopping(char *title); |