Lines Matching refs:kunit_resource
165 static int fake_resource_init(struct kunit_resource *res, void *context) in fake_resource_init()
174 static void fake_resource_free(struct kunit_resource *res) in fake_resource_free()
193 struct kunit_resource *res; in kunit_resource_test_alloc_resource()
213 struct kunit_resource *res, in kunit_resource_instance_match()
230 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_destroy_resource()
251 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_remove_resource()
286 struct kunit_resource *resources[5]; in kunit_resource_test_cleanup_resources()
319 static int fake_resource_2_init(struct kunit_resource *res, void *context) in fake_resource_2_init()
330 static void fake_resource_2_free(struct kunit_resource *res) in fake_resource_2_free()
337 static int fake_resource_1_init(struct kunit_resource *res, void *context) in fake_resource_1_init()
340 struct kunit_resource *res2; in fake_resource_1_init()
357 static void fake_resource_1_free(struct kunit_resource *res) in fake_resource_1_free()
372 struct kunit_resource *res; in kunit_resource_test_proper_free_ordering()
405 struct kunit_resource res; in kunit_resource_test_static()
419 struct kunit_resource res1, res2, *found = NULL; in kunit_resource_test_named()