Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
Dtest.c799 KUNIT_ASSERT_TRUE(test, path == NULL); in tb_test_path_not_connected()
801 KUNIT_ASSERT_TRUE(test, path == NULL); in tb_test_path_not_connected()
850 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane0()
912 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane1()
992 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane1_chain()
1072 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_not_bonded_lane1_chain_reverse()
1164 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_mixed_chain()
1256 KUNIT_ASSERT_TRUE(test, path != NULL); in tb_test_path_mixed_chain_reverse()
1300 KUNIT_ASSERT_TRUE(test, tunnel1 != NULL); in tb_test_tunnel_pcie()
1315 KUNIT_ASSERT_TRUE(test, tunnel2 != NULL); in tb_test_tunnel_pcie()
[all …]
/Linux-v5.15/mm/kfence/
Dkfence_test.c724 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()
/Linux-v5.15/include/kunit/
Dtest.h1601 #define KUNIT_ASSERT_TRUE(test, condition) \ macro