Searched defs:test (Results 1 – 7 of 7) sorted by relevance
/include/kunit/ |
D | test.h | 228 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() 425 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource() 456 static inline bool kunit_resource_instance_match(struct kunit *test, in kunit_resource_instance_match() 469 static inline bool kunit_resource_name_match(struct kunit *test, in kunit_resource_name_match() 483 kunit_find_resource(struct kunit *test, in kunit_find_resource() 510 kunit_find_named_resource(struct kunit *test, in kunit_find_named_resource() 530 static inline int kunit_destroy_named_resource(struct kunit *test, in kunit_destroy_named_resource() 576 static inline void *kunit_kzalloc(struct kunit *test, size_t size, gfp_t gfp) in kunit_kzalloc() 596 #define kunit_printk(lvl, test, fmt, ...) \ argument 609 #define kunit_info(test, fmt, ...) \ argument [all …]
|
D | assert.h | 44 struct kunit *test; member 105 #define KUNIT_INIT_FAIL_ASSERT_STRUCT(test, type) { \ argument 140 #define KUNIT_INIT_UNARY_ASSERT_STRUCT(test, type, cond, expect_true) { \ argument 178 #define KUNIT_INIT_PTR_NOT_ERR_STRUCT(test, type, txt, val) { \ argument 226 #define KUNIT_INIT_BINARY_ASSERT_STRUCT(test, \ argument 283 #define KUNIT_INIT_BINARY_PTR_ASSERT_STRUCT(test, \ argument 340 #define KUNIT_INIT_BINARY_STR_ASSERT_STRUCT(test, \ argument
|
D | try-catch.h | 48 struct kunit *test; member
|
/include/linux/ |
D | bitops.h | 271 #define bit_clear_unless(ptr, clear, test) \ argument
|
D | module.h | 63 int (*test)(struct module *); member
|
/include/net/ |
D | devlink.h | 657 int (*test)(struct devlink_health_reporter *reporter, member
|
/include/uapi/linux/ |
D | bpf.h | 600 } test; member
|