Lines Matching refs:kunit
153 int __kunit_add_resource(struct kunit *test,
169 static inline int kunit_add_resource(struct kunit *test, in kunit_add_resource()
180 kunit_find_named_resource(struct kunit *test, const char *name);
191 static inline int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource()
237 kunit_alloc_and_get_resource(struct kunit *test, in kunit_alloc_and_get_resource()
280 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource()
299 typedef bool (*kunit_resource_match_t)(struct kunit *test,
312 static inline bool kunit_resource_instance_match(struct kunit *test, in kunit_resource_instance_match()
325 static inline bool kunit_resource_name_match(struct kunit *test, in kunit_resource_name_match()
339 kunit_find_resource(struct kunit *test, in kunit_find_resource()
367 kunit_find_named_resource(struct kunit *test, in kunit_find_named_resource()
383 int kunit_destroy_resource(struct kunit *test,
387 static inline int kunit_destroy_named_resource(struct kunit *test, in kunit_destroy_named_resource()
404 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);