Home
last modified time | relevance | path

Searched refs:soft_panic (Results 1 – 1 of 1) sorted by relevance

/drivers/watchdog/
Dsoftdog.c70 static int soft_panic; variable
71 module_param(soft_panic, int, 0);
72 MODULE_PARM_DESC(soft_panic,
92 else if (soft_panic) { in watchdog_fire()
192 soft_noboot, soft_margin, soft_panic, nowayout); in watchdog_init()