Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c76 static bool call_cond_resched; variable
77 module_param(call_cond_resched, bool, 0600);
78 MODULE_PARM_DESC(call_cond_resched, "call cond_resched() between iterations");
383 if (call_cond_resched) in test_lockup()
520 (call_cond_resched && !reacquire_locks) || in test_lockup_init()
568 call_cond_resched ? "call_cond_resched " : "", in test_lockup_init()