Searched refs:lock_wait_threshold (Results 1 – 1 of 1) sorted by relevance
84 static unsigned long lock_wait_threshold = ULONG_MAX; variable85 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()