Home
last modified time | relevance | path

Searched refs:a_mutex (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/locking/
H A Dtest-ww_mutex.c178 struct ww_mutex a_mutex; member
211 ww_mutex_unlock(&abba->a_mutex); in test_abba_work()
236 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
247 ww_mutex_unlock(&abba.a_mutex); in test_abba()
254 ww_mutex_unlock(&abba.a_mutex); in test_abba()
279 struct ww_mutex a_mutex; member
293 ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
301 ww_mutex_unlock(&cycle->a_mutex); in test_cycle_work()
309 ww_mutex_unlock(&cycle->a_mutex); in test_cycle_work()
330 cycle->b_mutex = &cycles[0].a_mutex; in __test_cycle()
[all …]