Searched refs:LOCKTYPE_WW (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | locking-selftest.c | 59 #define LOCKTYPE_WW 0x10 macro 2290 dotest(ww_test_fail_acquire, SUCCESS, LOCKTYPE_WW); in ww_tests() 2291 dotest(ww_test_normal, SUCCESS, LOCKTYPE_WW); in ww_tests() 2292 dotest(ww_test_unneeded_slow, FAILURE, LOCKTYPE_WW); in ww_tests() 2296 dotest(ww_test_two_contexts, FAILURE, LOCKTYPE_WW); in ww_tests() 2297 dotest(ww_test_diff_class, FAILURE, LOCKTYPE_WW); in ww_tests() 2301 dotest(ww_test_context_done_twice, FAILURE, LOCKTYPE_WW); in ww_tests() 2302 dotest(ww_test_context_unlock_twice, FAILURE, LOCKTYPE_WW); in ww_tests() 2303 dotest(ww_test_context_fini_early, FAILURE, LOCKTYPE_WW); in ww_tests() 2304 dotest(ww_test_context_lock_after_done, FAILURE, LOCKTYPE_WW); in ww_tests() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | locking-selftest.c | 51 #define LOCKTYPE_WW 0x10 macro 2190 dotest(ww_test_fail_acquire, SUCCESS, LOCKTYPE_WW); in ww_tests() 2191 dotest(ww_test_normal, SUCCESS, LOCKTYPE_WW); in ww_tests() 2192 dotest(ww_test_unneeded_slow, FAILURE, LOCKTYPE_WW); in ww_tests() 2196 dotest(ww_test_two_contexts, FAILURE, LOCKTYPE_WW); in ww_tests() 2197 dotest(ww_test_diff_class, FAILURE, LOCKTYPE_WW); in ww_tests() 2201 dotest(ww_test_context_done_twice, FAILURE, LOCKTYPE_WW); in ww_tests() 2202 dotest(ww_test_context_unlock_twice, FAILURE, LOCKTYPE_WW); in ww_tests() 2203 dotest(ww_test_context_fini_early, FAILURE, LOCKTYPE_WW); in ww_tests() 2204 dotest(ww_test_context_lock_after_done, FAILURE, LOCKTYPE_WW); in ww_tests() [all...] |
Completed in 4 milliseconds