Lines Matching +defs:test +defs:tmp
29 static void test_clobber_zone(struct kunit *test) in test_clobber_zone()
47 static void test_next_pointer(struct kunit *test) in test_next_pointer()
52 unsigned long tmp; in test_next_pointer() local
92 static void test_first_word(struct kunit *test) in test_first_word()
107 static void test_clobber_50th_byte(struct kunit *test) in test_clobber_50th_byte()
123 static void test_clobber_redzone_free(struct kunit *test) in test_clobber_redzone_free()
140 static void test_kmalloc_redzone_access(struct kunit *test) in test_kmalloc_redzone_access()
165 static void test_kfree_rcu(struct kunit *test) in test_kfree_rcu()
184 static void test_leak_destroy(struct kunit *test) in test_leak_destroy()
195 static void test_krealloc_redzone_zeroing(struct kunit *test) in test_krealloc_redzone_zeroing()
236 static int test_init(struct kunit *test) in test_init()