Home
last modified time | relevance | path

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

/openbmc/linux/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) in test_lockup()
567 touch_hardlockup ? "touch_hardlockup " : "", in test_lockup_init()