Lines Matching refs:kunit_resource
29 struct kunit_resource;
31 typedef int (*kunit_resource_init_t)(struct kunit_resource *, void *);
32 typedef void (*kunit_resource_free_t)(struct kunit_resource *);
91 struct kunit_resource { struct
391 struct kunit_resource *kunit_alloc_and_get_resource(struct kunit *test,
403 static inline void kunit_get_resource(struct kunit_resource *res) in kunit_get_resource()
414 struct kunit_resource *res = container_of(kref, struct kunit_resource, in kunit_release_resource()
436 static inline void kunit_put_resource(struct kunit_resource *res) in kunit_put_resource()
454 struct kunit_resource *res,
469 struct kunit_resource *res,
495 struct kunit_resource *res; in kunit_alloc_resource()
508 struct kunit_resource *res,
521 struct kunit_resource *res, in kunit_resource_instance_match()
534 struct kunit_resource *res, in kunit_resource_name_match()
546 static inline struct kunit_resource *
551 struct kunit_resource *res, *found = NULL; in kunit_find_resource()
574 static inline struct kunit_resource *
612 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);