Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
551 touch_hardlockup ? "touch_hardlockup " : "", in test_lockup_init()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds