Searched refs:KUNIT_ASSERT_TRUE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | test.c | 799 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/ |
| D | kfence_test.c | 724 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 1601 #define KUNIT_ASSERT_TRUE(test, condition) \ macro
|