Searched refs:a_mutex (Results 1 – 1 of 1) sorted by relevance
162 struct ww_mutex a_mutex; member182 err = ww_mutex_lock(&abba->a_mutex, &ctx); in test_abba_work()185 ww_mutex_lock_slow(&abba->a_mutex, &ctx); in test_abba_work()190 ww_mutex_unlock(&abba->a_mutex); in test_abba_work()203 ww_mutex_init(&abba.a_mutex, &ww_class); in test_abba()213 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()220 ww_mutex_unlock(&abba.a_mutex); in test_abba()222 err = ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()227 ww_mutex_unlock(&abba.a_mutex); in test_abba()252 struct ww_mutex a_mutex; member[all …]