dotest            155 arch/x86/kernel/nmi_selftest.c 	dotest(remote_ipi, SUCCESS);
dotest            158 arch/x86/kernel/nmi_selftest.c 	dotest(local_ipi, SUCCESS);
dotest           1182 lib/locking-selftest.c #define dotest_rt(fn, e, m)	dotest((fn), (e), (m))
dotest           1194 lib/locking-selftest.c 	dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK);		\
dotest           1199 lib/locking-selftest.c 	dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK);		\
dotest           1204 lib/locking-selftest.c 	dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN);	\
dotest           1205 lib/locking-selftest.c 	dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK);	\
dotest           1206 lib/locking-selftest.c 	dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK);	\
dotest           1211 lib/locking-selftest.c 	dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\
dotest           1212 lib/locking-selftest.c 	dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK);	\
dotest           1213 lib/locking-selftest.c 	dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK);	\
dotest           1218 lib/locking-selftest.c 	dotest(name##_spin, FAILURE, LOCKTYPE_SPIN);		\
dotest           1219 lib/locking-selftest.c 	dotest(name##_wlock, FAILURE, LOCKTYPE_RWLOCK);		\
dotest           1220 lib/locking-selftest.c 	dotest(name##_rlock, FAILURE, LOCKTYPE_RWLOCK);		\
dotest           1221 lib/locking-selftest.c 	dotest(name##_mutex, FAILURE, LOCKTYPE_MUTEX);		\
dotest           1222 lib/locking-selftest.c 	dotest(name##_wsem, FAILURE, LOCKTYPE_RWSEM);		\
dotest           1223 lib/locking-selftest.c 	dotest(name##_rsem, FAILURE, LOCKTYPE_RWSEM);		\
dotest           1229 lib/locking-selftest.c 	dotest(name##_spin, SUCCESS, LOCKTYPE_SPIN);		\
dotest           1230 lib/locking-selftest.c 	dotest(name##_wlock, SUCCESS, LOCKTYPE_RWLOCK);		\
dotest           1231 lib/locking-selftest.c 	dotest(name##_rlock, SUCCESS, LOCKTYPE_RWLOCK);		\
dotest           1232 lib/locking-selftest.c 	dotest(name##_mutex, SUCCESS, LOCKTYPE_MUTEX);		\
dotest           1233 lib/locking-selftest.c 	dotest(name##_wsem, SUCCESS, LOCKTYPE_RWSEM);		\
dotest           1234 lib/locking-selftest.c 	dotest(name##_rsem, SUCCESS, LOCKTYPE_RWSEM);		\
dotest           1243 lib/locking-selftest.c 	dotest(name##_spin, FAILURE, LOCKTYPE_SPIN);		\
dotest           1244 lib/locking-selftest.c 	dotest(name##_wlock, FAILURE, LOCKTYPE_RWLOCK);		\
dotest           1245 lib/locking-selftest.c 	dotest(name##_rlock, SUCCESS, LOCKTYPE_RWLOCK);		\
dotest           1246 lib/locking-selftest.c 	dotest(name##_mutex, FAILURE, LOCKTYPE_MUTEX);		\
dotest           1247 lib/locking-selftest.c 	dotest(name##_wsem, FAILURE, LOCKTYPE_RWSEM);		\
dotest           1248 lib/locking-selftest.c 	dotest(name##_rsem, FAILURE, LOCKTYPE_RWSEM);		\
dotest           1900 lib/locking-selftest.c 	dotest(ww_test_fail_acquire, SUCCESS, LOCKTYPE_WW);
dotest           1901 lib/locking-selftest.c 	dotest(ww_test_normal, SUCCESS, LOCKTYPE_WW);
dotest           1902 lib/locking-selftest.c 	dotest(ww_test_unneeded_slow, FAILURE, LOCKTYPE_WW);
dotest           1906 lib/locking-selftest.c 	dotest(ww_test_two_contexts, FAILURE, LOCKTYPE_WW);
dotest           1907 lib/locking-selftest.c 	dotest(ww_test_diff_class, FAILURE, LOCKTYPE_WW);
dotest           1911 lib/locking-selftest.c 	dotest(ww_test_context_done_twice, FAILURE, LOCKTYPE_WW);
dotest           1912 lib/locking-selftest.c 	dotest(ww_test_context_unlock_twice, FAILURE, LOCKTYPE_WW);
dotest           1913 lib/locking-selftest.c 	dotest(ww_test_context_fini_early, FAILURE, LOCKTYPE_WW);
dotest           1914 lib/locking-selftest.c 	dotest(ww_test_context_lock_after_done, FAILURE, LOCKTYPE_WW);
dotest           1918 lib/locking-selftest.c 	dotest(ww_test_object_unlock_twice, FAILURE, LOCKTYPE_WW);
dotest           1919 lib/locking-selftest.c 	dotest(ww_test_object_lock_unbalanced, FAILURE, LOCKTYPE_WW);
dotest           1920 lib/locking-selftest.c 	dotest(ww_test_object_lock_stale_context, FAILURE, LOCKTYPE_WW);
dotest           1924 lib/locking-selftest.c 	dotest(ww_test_edeadlk_normal, SUCCESS, LOCKTYPE_WW);
dotest           1925 lib/locking-selftest.c 	dotest(ww_test_edeadlk_normal_slow, SUCCESS, LOCKTYPE_WW);
dotest           1926 lib/locking-selftest.c 	dotest(ww_test_edeadlk_no_unlock, FAILURE, LOCKTYPE_WW);
dotest           1927 lib/locking-selftest.c 	dotest(ww_test_edeadlk_no_unlock_slow, FAILURE, LOCKTYPE_WW);
dotest           1928 lib/locking-selftest.c 	dotest(ww_test_edeadlk_acquire_more, FAILURE, LOCKTYPE_WW);
dotest           1929 lib/locking-selftest.c 	dotest(ww_test_edeadlk_acquire_more_slow, FAILURE, LOCKTYPE_WW);
dotest           1930 lib/locking-selftest.c 	dotest(ww_test_edeadlk_acquire_more_edeadlk, FAILURE, LOCKTYPE_WW);
dotest           1931 lib/locking-selftest.c 	dotest(ww_test_edeadlk_acquire_more_edeadlk_slow, FAILURE, LOCKTYPE_WW);
dotest           1932 lib/locking-selftest.c 	dotest(ww_test_edeadlk_acquire_wrong, FAILURE, LOCKTYPE_WW);
dotest           1933 lib/locking-selftest.c 	dotest(ww_test_edeadlk_acquire_wrong_slow, FAILURE, LOCKTYPE_WW);
dotest           1937 lib/locking-selftest.c 	dotest(ww_test_spin_nest_unlocked, FAILURE, LOCKTYPE_WW);
dotest           1945 lib/locking-selftest.c 	dotest(ww_test_context_block, FAILURE, LOCKTYPE_WW);
dotest           1946 lib/locking-selftest.c 	dotest(ww_test_context_try, SUCCESS, LOCKTYPE_WW);
dotest           1947 lib/locking-selftest.c 	dotest(ww_test_context_context, SUCCESS, LOCKTYPE_WW);
dotest           1951 lib/locking-selftest.c 	dotest(ww_test_try_block, FAILURE, LOCKTYPE_WW);
dotest           1952 lib/locking-selftest.c 	dotest(ww_test_try_try, SUCCESS, LOCKTYPE_WW);
dotest           1953 lib/locking-selftest.c 	dotest(ww_test_try_context, FAILURE, LOCKTYPE_WW);
dotest           1957 lib/locking-selftest.c 	dotest(ww_test_block_block, FAILURE, LOCKTYPE_WW);
dotest           1958 lib/locking-selftest.c 	dotest(ww_test_block_try, SUCCESS, LOCKTYPE_WW);
dotest           1959 lib/locking-selftest.c 	dotest(ww_test_block_context, FAILURE, LOCKTYPE_WW);
dotest           1963 lib/locking-selftest.c 	dotest(ww_test_spin_block, FAILURE, LOCKTYPE_WW);
dotest           1964 lib/locking-selftest.c 	dotest(ww_test_spin_try, SUCCESS, LOCKTYPE_WW);
dotest           1965 lib/locking-selftest.c 	dotest(ww_test_spin_context, FAILURE, LOCKTYPE_WW);
dotest           2007 lib/locking-selftest.c 	dotest(rlock_AA1, SUCCESS, LOCKTYPE_RWLOCK);
dotest           2009 lib/locking-selftest.c 	dotest(rsem_AA1, FAILURE, LOCKTYPE_RWSEM);
dotest           2014 lib/locking-selftest.c 	dotest(rlock_AA1B, SUCCESS, LOCKTYPE_RWLOCK);
dotest           2016 lib/locking-selftest.c 	dotest(rsem_AA1B, FAILURE, LOCKTYPE_RWSEM);
dotest           2021 lib/locking-selftest.c 	dotest(rlock_AA2, FAILURE, LOCKTYPE_RWLOCK);
dotest           2023 lib/locking-selftest.c 	dotest(rsem_AA2, FAILURE, LOCKTYPE_RWSEM);
dotest           2028 lib/locking-selftest.c 	dotest(rlock_AA3, FAILURE, LOCKTYPE_RWLOCK);
dotest           2030 lib/locking-selftest.c 	dotest(rsem_AA3, FAILURE, LOCKTYPE_RWSEM);
dotest           2035 lib/locking-selftest.c 	dotest(rlock_ABBA1, FAILURE, LOCKTYPE_RWLOCK);
dotest           2045 lib/locking-selftest.c 	dotest(rwsem_ABBA1, FAILURE, LOCKTYPE_RWSEM);
dotest           2049 lib/locking-selftest.c 	dotest(rlock_ABBA2, SUCCESS, LOCKTYPE_RWLOCK);
dotest           2051 lib/locking-selftest.c 	dotest(rwsem_ABBA2, FAILURE, LOCKTYPE_RWSEM);
dotest           2055 lib/locking-selftest.c 	dotest(rlock_ABBA3, FAILURE, LOCKTYPE_RWLOCK);
dotest           2057 lib/locking-selftest.c 	dotest(rwsem_ABBA3, FAILURE, LOCKTYPE_RWSEM);