Lines Matching refs:kunit
156 int __kunit_add_resource(struct kunit *test,
172 static inline int kunit_add_resource(struct kunit *test, in kunit_add_resource()
183 kunit_find_named_resource(struct kunit *test, const char *name);
194 static inline int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource()
240 kunit_alloc_and_get_resource(struct kunit *test, in kunit_alloc_and_get_resource()
283 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource()
302 typedef bool (*kunit_resource_match_t)(struct kunit *test,
312 static inline bool kunit_resource_name_match(struct kunit *test, in kunit_resource_name_match()
326 kunit_find_resource(struct kunit *test, in kunit_find_resource()
354 kunit_find_named_resource(struct kunit *test, in kunit_find_named_resource()
370 int kunit_destroy_resource(struct kunit *test,
374 static inline int kunit_destroy_named_resource(struct kunit *test, in kunit_destroy_named_resource()
391 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);
437 int kunit_add_action(struct kunit *test, kunit_action_t *action, void *ctx);
462 int kunit_add_action_or_reset(struct kunit *test, kunit_action_t *action,
479 void kunit_remove_action(struct kunit *test,
503 void kunit_release_action(struct kunit *test,