Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dtest-ww_mutex.c180 struct ww_mutex a_mutex; member
213 ww_mutex_unlock(&abba->a_mutex); in test_abba_work()
238 ww_mutex_lock(&abba.a_mutex, &ctx); in test_abba()
249 ww_mutex_unlock(&abba.a_mutex); in test_abba()
256 ww_mutex_unlock(&abba.a_mutex); in test_abba()
281 struct ww_mutex a_mutex; member
295 ww_mutex_lock(&cycle->a_mutex, &ctx); in test_cycle_work()
303 ww_mutex_unlock(&cycle->a_mutex); in test_cycle_work()
311 ww_mutex_unlock(&cycle->a_mutex); in test_cycle_work()
332 cycle->b_mutex = &cycles[0].a_mutex; in __test_cycle()
[all …]