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

/linux-master/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)
520 (call_cond_resched && !reacquire_locks) ||
568 call_cond_resched ? "call_cond_resched " : "",

Completed in 192 milliseconds