Searched refs:KUNIT_ASSERT_TRUE (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | test.c | 730 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 …]
|
/kernel/linux/linux-5.10/include/kunit/ |
D | test.h | 1482 #define KUNIT_ASSERT_TRUE(test, condition) \ macro
|