Lines Matching refs:kunit_resource
118 static int fake_resource_init(struct kunit_resource *res, void *context)
127 static void fake_resource_free(struct kunit_resource *res)
146 struct kunit_resource *res;
166 struct kunit_resource *res,
183 struct kunit_resource *res = kunit_alloc_and_get_resource(
204 struct kunit_resource *res = kunit_alloc_and_get_resource(
239 struct kunit_resource *resources[5];
272 static int fake_resource_2_init(struct kunit_resource *res, void *context)
283 static void fake_resource_2_free(struct kunit_resource *res)
290 static int fake_resource_1_init(struct kunit_resource *res, void *context)
293 struct kunit_resource *res2;
310 static void fake_resource_1_free(struct kunit_resource *res)
325 struct kunit_resource *res;
358 struct kunit_resource res;
372 struct kunit_resource res1, res2, *found = NULL;