Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c231 s64 cur_wait = local_clock() - wait_start; in test_lock() local
235 if (cur_wait < max_wait) in test_lock()
238 max_wait, cur_wait); in test_lock()
239 } while (max_wait != cur_wait); in test_lock()
241 if (cur_wait > lock_wait_threshold) in test_lock()
242 pr_notice_ratelimited("lock wait %lld ns\n", cur_wait); in test_lock()