Searched defs:test (Results 1 – 7 of 7) sorted by relevance
91 static void kasan_test_exit(struct kunit *test) in kasan_test_exit()330 static void page_alloc_uaf(struct kunit *test) in page_alloc_uaf()449 static void krealloc_uaf(struct kunit *test) in krealloc_uaf()648 static void kmalloc_uaf(struct kunit *test) in kmalloc_uaf()680 static void kmalloc_uaf2(struct kunit *test) in kmalloc_uaf2()714 static void kmalloc_uaf3(struct kunit *test) in kmalloc_uaf3()855 static void ksize_uaf(struct kunit *test) in ksize_uaf()892 static void rcu_uaf(struct kunit *test) in rcu_uaf()1735 static void vmalloc_oob(struct kunit *test) in vmalloc_oob()1786 static void vmap_tags(struct kunit *test) in vmap_tags()[all …]
188 struct kunit *test; in fail_non_kasan_kunit_test() local
165 static void test_uninit_kmalloc(struct kunit *test) in test_uninit_kmalloc()179 static void test_init_kmalloc(struct kunit *test) in test_init_kmalloc()192 static void test_init_kzalloc(struct kunit *test) in test_init_kzalloc()215 static void test_init_stack_var(struct kunit *test) in test_init_stack_var()246 static void test_params(struct kunit *test) in test_params()347 static void test_init_vmalloc(struct kunit *test) in test_init_vmalloc()365 static void test_uaf(struct kunit *test) in test_uaf()403 static void test_printk(struct kunit *test) in test_printk()429 static void test_init_memcpy(struct kunit *test) in test_init_memcpy()689 static int test_init(struct kunit *test) in test_init()[all …]
36 #define KFENCE_TEST_REQUIRES(test, cond) do { \ argument403 static void test_double_free(struct kunit *test) in test_double_free()435 static void test_corruption(struct kunit *test) in test_corruption()549 static void test_free_bulk(struct kunit *test) in test_free_bulk()571 static void test_init_on_free(struct kunit *test) in test_init_on_free()604 static void test_memcache_ctor(struct kunit *test) in test_memcache_ctor()622 static void test_gfpzero(struct kunit *test) in test_gfpzero()659 static void test_invalid_access(struct kunit *test) in test_invalid_access()709 static void test_krealloc(struct kunit *test) in test_krealloc()820 static int test_init(struct kunit *test) in test_init()[all …]
17 static void damon_test_regions(struct kunit *test) in damon_test_regions()50 static void damon_test_target(struct kunit *test) in damon_test_target()77 static void damon_test_aggregate(struct kunit *test) in damon_test_aggregate()121 static void damon_test_split_at(struct kunit *test) in damon_test_split_at()149 static void damon_test_merge_two(struct kunit *test) in damon_test_merge_two()193 static void damon_test_merge_regions_of(struct kunit *test) in damon_test_merge_regions_of()294 static void damon_test_set_regions(struct kunit *test) in damon_test_set_regions()370 static void damon_test_set_attrs(struct kunit *test) in damon_test_set_attrs()395 static void damon_test_moving_sum(struct kunit *test) in damon_test_moving_sum()410 static void damos_test_new_filter(struct kunit *test) in damos_test_new_filter()[all …]
66 static void damon_test_three_regions_in_vmas(struct kunit *test) in damon_test_three_regions_in_vmas()129 static void damon_do_test_apply_three_regions(struct kunit *test, in damon_do_test_apply_three_regions()161 static void damon_test_apply_three_regions1(struct kunit *test) in damon_test_apply_three_regions1()183 static void damon_test_apply_three_regions2(struct kunit *test) in damon_test_apply_three_regions2()207 static void damon_test_apply_three_regions3(struct kunit *test) in damon_test_apply_three_regions3()232 static void damon_test_apply_three_regions4(struct kunit *test) in damon_test_apply_three_regions4()249 static void damon_test_split_evenly_fail(struct kunit *test, in damon_test_split_evenly_fail()268 static void damon_test_split_evenly_succ(struct kunit *test, in damon_test_split_evenly_succ()295 static void damon_test_split_evenly(struct kunit *test) in damon_test_split_evenly()
41 static void damon_sysfs_test_add_targets(struct kunit *test) in damon_sysfs_test_add_targets()
Completed in 31 milliseconds