Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dkunit-test.c376 kunit_add_named_resource(test, NULL, NULL, &res1, in kunit_resource_test_named()
382 kunit_add_named_resource(test, NULL, NULL, &res1, in kunit_resource_test_named()
387 kunit_add_named_resource(test, NULL, NULL, &res2, in kunit_resource_test_named()
/openbmc/linux/lib/
H A Dslub_kunit.c164 kunit_add_named_resource(test, NULL, NULL, &resource, in test_init()
/openbmc/linux/include/kunit/
H A Dresource.h191 static inline int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource() function