Lines Matching refs:ww_mutex_lock
51 ww_mutex_lock(&mtx->mutex, NULL); in test_mutex_work()
76 ww_mutex_lock(&mtx.mutex, (flags & TEST_MTX_CTX) ? &ctx : NULL); in __test_mutex()
132 ret = ww_mutex_lock(&mutex, &ctx); in test_aa()
159 ret = ww_mutex_lock(&mutex, &ctx); in test_aa()
194 ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
203 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()
207 err = ww_mutex_lock(&abba->b_mutex, &ctx); in test_abba_work()
236 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
245 err = ww_mutex_lock(&abba.b_mutex, &ctx); in test_abba()
249 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
293 ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
298 err = ww_mutex_lock(cycle->b_mutex, &ctx); in test_cycle_work()
303 erra = ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
441 err = ww_mutex_lock(&locks[order[n]], &ctx); in stress_inorder_work()
504 err = ww_mutex_lock(ll->lock, &ctx); in stress_reorder_work()
543 err = ww_mutex_lock(lock, NULL); in stress_one_work()