Lines Matching refs:str
71 static int __init hardlockup_panic_setup(char *str) in hardlockup_panic_setup() argument
73 if (!strncmp(str, "panic", 5)) in hardlockup_panic_setup()
75 else if (!strncmp(str, "nopanic", 7)) in hardlockup_panic_setup()
77 else if (!strncmp(str, "0", 1)) in hardlockup_panic_setup()
79 else if (!strncmp(str, "1", 1)) in hardlockup_panic_setup()
88 static int __init hardlockup_all_cpu_backtrace_setup(char *str) in hardlockup_all_cpu_backtrace_setup() argument
90 sysctl_hardlockup_all_cpu_backtrace = !!simple_strtol(str, NULL, 0); in hardlockup_all_cpu_backtrace_setup()
181 static int __init softlockup_panic_setup(char *str) in softlockup_panic_setup() argument
183 softlockup_panic = simple_strtoul(str, NULL, 0); in softlockup_panic_setup()
188 static int __init nowatchdog_setup(char *str) in nowatchdog_setup() argument
195 static int __init nosoftlockup_setup(char *str) in nosoftlockup_setup() argument
202 static int __init watchdog_thresh_setup(char *str) in watchdog_thresh_setup() argument
204 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
212 static int __init softlockup_all_cpu_backtrace_setup(char *str) in softlockup_all_cpu_backtrace_setup() argument
214 sysctl_softlockup_all_cpu_backtrace = !!simple_strtol(str, NULL, 0); in softlockup_all_cpu_backtrace_setup()