Searched refs:a_mutex (Results 1 – 1 of 1) sorted by relevance
178 struct ww_mutex a_mutex; member203 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()206 ww_mutex_lock_slow(&abba->a_mutex, &ctx); in test_abba_work()211 ww_mutex_unlock(&abba->a_mutex); in test_abba_work()224 ww_mutex_init(&abba.a_mutex, &ww_class); in test_abba()236 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()238 WARN_ON(!ww_mutex_trylock(&abba.a_mutex, &ctx)); in test_abba()240 WARN_ON(READ_ONCE(abba.a_mutex.ctx) != &ctx); in test_abba()247 ww_mutex_unlock(&abba.a_mutex); in test_abba()249 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()[all …]