Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds