Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
Dlocktorture.c550 static struct ww_mutex torture_ww_mutex_0, torture_ww_mutex_1, torture_ww_mutex_2; variable
556 ww_mutex_init(&torture_ww_mutex_1, &torture_ww_class); in torture_ww_mutex_init()
573 __acquires(torture_ww_mutex_1) in torture_ww_mutex_lock()
586 locks[1].lock = &torture_ww_mutex_1; in torture_ww_mutex_lock()
617 __releases(torture_ww_mutex_1) in torture_ww_mutex_unlock()
623 ww_mutex_unlock(&torture_ww_mutex_1); in torture_ww_mutex_unlock()