Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c84 static unsigned long lock_wait_threshold = ULONG_MAX; variable
85 module_param(lock_wait_threshold, ulong, 0400);
86 MODULE_PARM_DESC(lock_wait_threshold, "print lock wait time longer than this in nanoseconds, defaul…
241 if (cur_wait > lock_wait_threshold) in test_lock()