Lines Matching refs:kunit_resource
598 struct kunit_resource *res, in kunit_add_resource()
627 struct kunit_resource *res, in kunit_add_named_resource()
631 struct kunit_resource *existing; in kunit_add_named_resource()
648 struct kunit_resource *kunit_alloc_and_get_resource(struct kunit *test, in kunit_alloc_and_get_resource()
654 struct kunit_resource *res; in kunit_alloc_and_get_resource()
674 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource()
688 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource()
709 static int kunit_kmalloc_array_init(struct kunit_resource *res, void *context) in kunit_kmalloc_array_init()
720 static void kunit_kmalloc_array_free(struct kunit_resource *res) in kunit_kmalloc_array_free()
743 struct kunit_resource *res; in kunit_kfree()
761 struct kunit_resource *res; in kunit_cleanup()
780 struct kunit_resource, in kunit_cleanup()