Lines Matching refs:kunit_resource
20 struct kunit_resource;
22 typedef int (*kunit_resource_init_t)(struct kunit_resource *, void *);
23 typedef void (*kunit_resource_free_t)(struct kunit_resource *);
82 struct kunit_resource { struct
382 struct kunit_resource *kunit_alloc_and_get_resource(struct kunit *test,
394 static inline void kunit_get_resource(struct kunit_resource *res) in kunit_get_resource()
405 struct kunit_resource *res = container_of(kref, struct kunit_resource, in kunit_release_resource()
427 static inline void kunit_put_resource(struct kunit_resource *res) in kunit_put_resource()
445 struct kunit_resource *res,
460 struct kunit_resource *res,
486 struct kunit_resource *res; in kunit_alloc_resource()
499 struct kunit_resource *res,
512 struct kunit_resource *res, in kunit_resource_instance_match()
525 struct kunit_resource *res, in kunit_resource_name_match()
537 static inline struct kunit_resource *
542 struct kunit_resource *res, *found = NULL; in kunit_find_resource()
565 static inline struct kunit_resource *
603 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);