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

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

Completed in 106 milliseconds