Searched refs:max_wait (Results 1 – 1 of 1) sorted by relevance
232 s64 max_wait = atomic64_read(&max_lock_wait); in test_lock() local235 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()