Lines Matching refs:str
103 static int __init hardlockup_panic_setup(char *str) in hardlockup_panic_setup() argument
106 if (!strncmp(str, "panic", 5)) in hardlockup_panic_setup()
108 else if (!strncmp(str, "nopanic", 7)) in hardlockup_panic_setup()
110 else if (!strncmp(str, "0", 1)) in hardlockup_panic_setup()
112 else if (!strncmp(str, "1", 1)) in hardlockup_panic_setup()
114 else if (!strncmp(str, "r", 1)) in hardlockup_panic_setup()
115 hardlockup_config_perf_event(str + 1); in hardlockup_panic_setup()
116 while (*(str++)) { in hardlockup_panic_setup()
117 if (*str == ',') { in hardlockup_panic_setup()
118 str++; in hardlockup_panic_setup()
372 static int __init softlockup_panic_setup(char *str) in softlockup_panic_setup() argument
374 softlockup_panic = simple_strtoul(str, NULL, 0); in softlockup_panic_setup()
379 static int __init nowatchdog_setup(char *str) in nowatchdog_setup() argument
386 static int __init nosoftlockup_setup(char *str) in nosoftlockup_setup() argument
393 static int __init watchdog_thresh_setup(char *str) in watchdog_thresh_setup() argument
395 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()