Lines Matching refs:ww_mutex_lock
42 ww_mutex_lock(&mtx->mutex, NULL); in test_mutex_work()
67 ww_mutex_lock(&mtx.mutex, (flags & TEST_MTX_CTX) ? &ctx : NULL); in __test_mutex()
121 ww_mutex_lock(&mutex, &ctx); in test_aa()
130 ret = ww_mutex_lock(&mutex, &ctx); in test_aa()
164 ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
169 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()
173 err = ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
200 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
205 err = ww_mutex_lock(&abba.b_mutex, &ctx); in test_abba()
209 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
253 ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
258 err = ww_mutex_lock(cycle->b_mutex, &ctx); in test_cycle_work()
263 erra = ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
401 err = ww_mutex_lock(&locks[order[n]], &ctx); in stress_inorder_work()
465 err = ww_mutex_lock(ll->lock, &ctx); in stress_reorder_work()
505 err = ww_mutex_lock(lock, NULL); in stress_one_work()