Lines Matching refs:kunit_resource
117 static int fake_resource_init(struct kunit_resource *res, void *context)
126 static void fake_resource_free(struct kunit_resource *res)
145 struct kunit_resource *res;
175 struct kunit_resource *res = kunit_alloc_and_get_resource(
197 struct kunit_resource *resources[5];
230 static int fake_resource_2_init(struct kunit_resource *res, void *context)
241 static void fake_resource_2_free(struct kunit_resource *res)
248 static int fake_resource_1_init(struct kunit_resource *res, void *context)
251 struct kunit_resource *res2;
268 static void fake_resource_1_free(struct kunit_resource *res)
283 struct kunit_resource *res;
316 struct kunit_resource res;
330 struct kunit_resource res1, res2, *found = NULL;