Lines Matching defs:res
117 static int fake_resource_init(struct kunit_resource *res, void *context) in fake_resource_init()
126 static void fake_resource_free(struct kunit_resource *res) in fake_resource_free()
145 struct kunit_resource *res; in kunit_resource_test_alloc_resource() local
165 struct kunit_resource *res, in kunit_resource_instance_match()
182 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_destroy_resource() local
203 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_remove_resource() local
271 static int fake_resource_2_init(struct kunit_resource *res, void *context) in fake_resource_2_init()
282 static void fake_resource_2_free(struct kunit_resource *res) in fake_resource_2_free()
289 static int fake_resource_1_init(struct kunit_resource *res, void *context) in fake_resource_1_init()
309 static void fake_resource_1_free(struct kunit_resource *res) in fake_resource_1_free()
324 struct kunit_resource *res; in kunit_resource_test_proper_free_ordering() local
357 struct kunit_resource res; in kunit_resource_test_static() local