Home
last modified time | relevance | path

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

/lib/
Dtest_lockup.c232 s64 max_wait = atomic64_read(&max_lock_wait); in test_lock() local
235 if (cur_wait < max_wait) in test_lock()
237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
238 max_wait, cur_wait); in test_lock()
239 } while (max_wait != cur_wait); in test_lock()