Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Dtest.c2502 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 Droute-test.c148 KUNIT_ASSERT_TRUE(test, skb); in mctp_test_fragment()
151 KUNIT_ASSERT_TRUE(test, rt); in mctp_test_fragment()
/linux/mm/kfence/
A Dkfence_test.c726 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()
/linux/include/kunit/
A Dtest.h1610 #define KUNIT_ASSERT_TRUE(test, condition) \ macro

Completed in 23 milliseconds