Searched refs:touch_hardlockup (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_lockup.c72 static bool touch_hardlockup; variable
73 module_param(touch_hardlockup, bool, 0600);
74 MODULE_PARM_DESC(touch_hardlockup, "touch hard-lockup watchdog between iterations");
380 if (touch_hardlockup)
567 touch_hardlockup ? "touch_hardlockup " : "",

Completed in 261 milliseconds