Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_proto_test.c263 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/
Dkunit-example-test.c104 KUNIT_EXPECT_PTR_NE(test, test, NULL); in example_all_expect_macros_test()
/Linux-v6.1/include/kunit/
Dtest.h795 #define KUNIT_EXPECT_PTR_NE(test, left, right) \ macro
/Linux-v6.1/mm/kasan/
Dkasan_test.c617 KUNIT_EXPECT_PTR_NE(test, ptr1, ptr2); in kmalloc_uaf2()