Searched refs:KUNIT_EXPECT_PTR_NE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/platform/chrome/ |
D | cros_ec_proto_test.c | 263 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 281 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 299 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 318 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 335 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 385 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return_error() 397 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return_error() 450 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return0() 462 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return0() 507 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_legacy_normal_v3_return_error() [all …]
|
/Linux-v6.1/lib/kunit/ |
D | kunit-example-test.c | 104 KUNIT_EXPECT_PTR_NE(test, test, NULL); in example_all_expect_macros_test()
|
/Linux-v6.1/include/kunit/ |
D | test.h | 795 #define KUNIT_EXPECT_PTR_NE(test, left, right) \ macro
|
/Linux-v6.1/mm/kasan/ |
D | kasan_test.c | 617 KUNIT_EXPECT_PTR_NE(test, ptr1, ptr2); in kmalloc_uaf2()
|