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
327 struct kunit_resource *kunit_alloc_and_get_resource(struct kunit *test,
339 static inline void kunit_get_resource(struct kunit_resource *res) in kunit_get_resource()
350 struct kunit_resource *res = container_of(kref, struct kunit_resource, in kunit_release_resource()
372 static inline void kunit_put_resource(struct kunit_resource *res) in kunit_put_resource()
390 struct kunit_resource *res,
405 struct kunit_resource *res,
431 struct kunit_resource *res; in kunit_alloc_resource()
444 struct kunit_resource *res,
457 struct kunit_resource *res, in kunit_resource_instance_match()
470 struct kunit_resource *res, in kunit_resource_name_match()
482 static inline struct kunit_resource *
487 struct kunit_resource *res, *found = NULL; in kunit_find_resource()
509 static inline struct kunit_resource *
547 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);