Searched refs:a_mutex (Results 1 – 1 of 1) sorted by relevance
182 struct ww_mutex a_mutex; member207 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()210 ww_mutex_lock_slow(&abba->a_mutex, &ctx); in test_abba_work()215 ww_mutex_unlock(&abba->a_mutex); in test_abba_work()228 ww_mutex_init(&abba.a_mutex, class); in test_abba()241 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()243 WARN_ON(!ww_mutex_trylock(&abba.a_mutex, &ctx)); in test_abba()245 WARN_ON(READ_ONCE(abba.a_mutex.ctx) != &ctx); in test_abba()252 ww_mutex_unlock(&abba.a_mutex); in test_abba()254 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()[all …]