Lines Matching refs:kunit_resource
600 struct kunit_resource *res, in kunit_add_resource()
629 struct kunit_resource *res, in kunit_add_named_resource()
633 struct kunit_resource *existing; in kunit_add_named_resource()
650 struct kunit_resource *kunit_alloc_and_get_resource(struct kunit *test, in kunit_alloc_and_get_resource()
656 struct kunit_resource *res; in kunit_alloc_and_get_resource()
676 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource()
690 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource()
711 static int kunit_kmalloc_array_init(struct kunit_resource *res, void *context) in kunit_kmalloc_array_init()
722 static void kunit_kmalloc_array_free(struct kunit_resource *res) in kunit_kmalloc_array_free()
745 struct kunit_resource *res; in kunit_kfree()
763 struct kunit_resource *res; in kunit_cleanup()
782 struct kunit_resource, in kunit_cleanup()