Searched refs:KUNIT_ASSERT_TRUE (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/thunderbolt/ |
A D | test.c | 2502 KUNIT_ASSERT_TRUE(test, !p); in tb_test_property_parse() 2505 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2509 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2513 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2517 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2521 KUNIT_ASSERT_TRUE(test, !p); in tb_test_property_parse() 2524 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2530 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2534 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() 2538 KUNIT_ASSERT_TRUE(test, p != NULL); in tb_test_property_parse() [all …]
|
/linux/net/mctp/test/ |
A D | route-test.c | 148 KUNIT_ASSERT_TRUE(test, skb); in mctp_test_fragment() 151 KUNIT_ASSERT_TRUE(test, rt); in mctp_test_fragment()
|
/linux/mm/kfence/ |
A D | kfence_test.c | 726 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()
|
/linux/include/kunit/ |
A D | test.h | 1610 #define KUNIT_ASSERT_TRUE(test, condition) \ macro
|
Completed in 23 milliseconds