Lines Matching refs:ww_mutex_lock
55 ww_mutex_lock(&mtx->mutex, NULL); in test_mutex_work()
80 ww_mutex_lock(&mtx.mutex, (flags & TEST_MTX_CTX) ? &ctx : NULL); in __test_mutex()
134 ww_mutex_lock(&mutex, &ctx); in test_aa()
143 ret = ww_mutex_lock(&mutex, &ctx); in test_aa()
177 ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
182 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()
186 err = ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
213 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
218 err = ww_mutex_lock(&abba.b_mutex, &ctx); in test_abba()
222 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
266 ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
271 err = ww_mutex_lock(cycle->b_mutex, &ctx); in test_cycle_work()
276 erra = ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
414 err = ww_mutex_lock(&locks[order[n]], &ctx); in stress_inorder_work()
478 err = ww_mutex_lock(ll->lock, &ctx); in stress_reorder_work()
518 err = ww_mutex_lock(lock, NULL); in stress_one_work()