Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_MEMNEQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c138 KUNIT_EXPECT_MEMNEQ(test, array1, array2, sizeof(array1)); in example_all_expect_macros_test()
/openbmc/linux/include/kunit/
H A Dtest.h1116 #define KUNIT_EXPECT_MEMNEQ(test, left, right, size) \ macro
/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c1207 KUNIT_EXPECT_MEMNEQ(test, &hw_buf[2], &val[0], sizeof(val)); in raw_sync()