Searched refs:KUNIT_ASSERT_TRUE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence_test.c | 712 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()
|
| /OK3568_Linux_fs/kernel/include/kunit/ |
| H A D | test.h | 1482 #define KUNIT_ASSERT_TRUE(test, condition) \ macro
|