kunit_find_named_resource
kunit_find_named_resource(struct kunit *test, const char *name);
existing = kunit_find_named_resource(test, name);
found = kunit_find_named_resource(test, "resource_1");
resource = kunit_find_named_resource(current_test,
resource = kunit_find_named_resource(current->kunit_test, "slab_errors");
resource = kunit_find_named_resource(current->kunit_test, "slab_errors");