Lines Matching refs:SUCCESS
53 #define SUCCESS 1 macro
1507 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1518 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1532 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1539 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1546 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1574 dotest(name##_spin, SUCCESS, LOCKTYPE_SPIN); \
1575 dotest(name##_wlock, SUCCESS, LOCKTYPE_RWLOCK); \
1576 dotest(name##_rlock, SUCCESS, LOCKTYPE_RWLOCK); \
1577 dotest(name##_mutex, SUCCESS, LOCKTYPE_MUTEX); \
1578 dotest(name##_wsem, SUCCESS, LOCKTYPE_RWSEM); \
1579 dotest(name##_rsem, SUCCESS, LOCKTYPE_RWSEM); \
1580 dotest_rt(name##_rtmutex, SUCCESS, LOCKTYPE_RTMUTEX); \
1590 dotest(name##_rlock, SUCCESS, LOCKTYPE_RWLOCK); \
2290 dotest(ww_test_fail_acquire, SUCCESS, LOCKTYPE_WW); in ww_tests()
2291 dotest(ww_test_normal, SUCCESS, LOCKTYPE_WW); in ww_tests()
2314 dotest(ww_test_edeadlk_normal, SUCCESS, LOCKTYPE_WW); in ww_tests()
2315 dotest(ww_test_edeadlk_normal_slow, SUCCESS, LOCKTYPE_WW); in ww_tests()
2331 dotest(ww_test_spin_nest_lock, SUCCESS, LOCKTYPE_WW); in ww_tests()
2340 dotest(ww_test_context_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2341 dotest(ww_test_context_context, SUCCESS, LOCKTYPE_WW); in ww_tests()
2346 dotest(ww_test_try_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2352 dotest(ww_test_block_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2358 dotest(ww_test_spin_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2457 dotest(queued_read_lock_hardirq_ER_rE, SUCCESS, LOCKTYPE_RWLOCK); in queued_read_lock_tests()
2497 dotest(fs_reclaim_correct_nesting, SUCCESS, 0); in fs_reclaim_tests()
2505 dotest(fs_reclaim_protected_nesting, SUCCESS, 0); in fs_reclaim_tests()
2581 dotest(RCU_in_##outer, SUCCESS, LOCKTYPE_RWLOCK); \
2582 dotest(raw_spinlock_in_##outer, SUCCESS, LOCKTYPE_SPIN); \
2583 dotest(spinlock_in_##outer, SUCCESS, LOCKTYPE_SPIN); \
2584 dotest(mutex_in_##outer, SUCCESS, LOCKTYPE_MUTEX); \
2591 dotest(RCU_in_##outer, SUCCESS, LOCKTYPE_RWLOCK); \
2592 dotest(raw_spinlock_in_##outer, SUCCESS, LOCKTYPE_SPIN); \
2593 dotest(spinlock_in_##outer, SUCCESS, LOCKTYPE_SPIN); \
2598 dotest(RCU_in_##outer, SUCCESS, LOCKTYPE_RWLOCK); \
2599 dotest(raw_spinlock_in_##outer, SUCCESS, LOCKTYPE_SPIN); \
2746 dotest(test_lockdep_set_subclass_name, SUCCESS, LOCKTYPE_RWSEM); in lockdep_set_subclass_name_test()
2757 dotest(local_lock_2, SUCCESS, LOCKTYPE_LL); in local_lock_tests()
2761 dotest(local_lock_3A, SUCCESS, LOCKTYPE_LL); in local_lock_tests()
2871 dotest(rlock_AA1, SUCCESS, LOCKTYPE_RWLOCK); in locking_selftest()
2878 dotest(rlock_AA1B, SUCCESS, LOCKTYPE_RWLOCK); in locking_selftest()
2905 dotest(rlock_ABBA2, SUCCESS, LOCKTYPE_RWLOCK); in locking_selftest()