Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtest.c730 KUNIT_ASSERT_TRUE(test, path == NULL); in tb_test_path_not_connected()
732 KUNIT_ASSERT_TRUE(test, path == NULL); in tb_test_path_not_connected()
781 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane0()
843 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane1()
923 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane1_chain()
1003 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane1_chain_reverse()
1095 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_mixed_chain()
1187 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_mixed_chain_reverse()
1231 KUNIT_ASSERT_TRUE(test, tunnel1 != NULL); in tb_test_tunnel_pcie()
1246 KUNIT_ASSERT_TRUE(test, tunnel2 != NULL); in tb_test_tunnel_pcie()
[all …]
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c712 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h1482 #define KUNIT_ASSERT_TRUE(test, condition) \ macro