Lines Matching refs:ww_mutex_lock
51 ww_mutex_lock(&mtx->mutex, NULL); in test_mutex_work()
77 ww_mutex_lock(&mtx.mutex, (flags & TEST_MTX_CTX) ? &ctx : NULL); in __test_mutex()
134 ret = ww_mutex_lock(&mutex, &ctx); in test_aa()
161 ret = ww_mutex_lock(&mutex, &ctx); in test_aa()
196 ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
205 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()
209 err = ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
238 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
247 err = ww_mutex_lock(&abba.b_mutex, &ctx); in test_abba()
251 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
295 ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
300 err = ww_mutex_lock(cycle->b_mutex, &ctx); in test_cycle_work()
305 erra = ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
456 err = ww_mutex_lock(&locks[order[n]], &ctx); in stress_inorder_work()
520 err = ww_mutex_lock(ll->lock, &ctx); in stress_reorder_work()
559 err = ww_mutex_lock(lock, NULL); in stress_one_work()