Searched refs:WWL (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/lib/ |
D | locking-selftest.c | 250 #define WWL(x, c) ww_mutex_lock(x, c) macro 1604 ret = WWL(&o, &t); in ww_test_fail_acquire() 1611 ret = WWL(&o, &t); in ww_test_fail_acquire() 1619 ret = WWL(&o, &t2); in ww_test_fail_acquire() 1704 WWL(&o, &t); in ww_test_diff_class() 1726 WWL(&o, &t); in ww_test_context_fini_early() 1735 WWL(&o, &t); in ww_test_context_lock_after_done() 1748 WWL(&o, &t); in ww_test_object_lock_unbalanced() 1758 WWL(&o, &t); in ww_test_object_lock_stale_context() 1773 ret = WWL(&o, &t); in ww_test_edeadlk_normal() [all …]
|