Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c264 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal()
282 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal()
300 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal()
319 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal()
336 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal()
386 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return_error()
398 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return_error()
451 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return0()
463 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return0()
508 KUNIT_EXPECT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
[all …]
/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c128 KUNIT_EXPECT_PTR_NE(test, test, NULL); in example_all_expect_macros_test()
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c290 KUNIT_EXPECT_PTR_NE(test, NULL, rule); in test_vcap_xn_rule_creator()
755 KUNIT_EXPECT_PTR_NE(test, NULL, tg); in vcap_api_keyfield_typegroup_test()
775 KUNIT_EXPECT_PTR_NE(test, NULL, tg); in vcap_api_actionfield_typegroup_test()
798 KUNIT_EXPECT_PTR_NE(test, NULL, ft); in vcap_api_vcap_keyfields_test()
814 KUNIT_EXPECT_PTR_NE(test, NULL, ft); in vcap_api_vcap_actionfields_test()
1379 KUNIT_EXPECT_PTR_NE(test, NULL, rule); in vcap_api_encode_rule_test()
/openbmc/linux/include/kunit/
H A Dtest.h937 #define KUNIT_EXPECT_PTR_NE(test, left, right) \ macro
/openbmc/linux/mm/kasan/
H A Dkasan_test.c671 KUNIT_EXPECT_PTR_NE(test, ptr1, ptr2); in kmalloc_uaf2()