Lines Matching full:initialized
166 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
173 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc()
180 /* Test case: ensure that kzalloc() returns initialized memory. */
186 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc()
203 /* Test case: ensure that local variables with initializers are initialized. */
209 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var()
303 * initialized pages is still considered as initialized.
312 kunit_info(test, "pages initialized via vmap (no reports)\n"); in test_init_kmsan_vmap_vunmap()
342 kunit_info(test, "vmalloc buffer can be initialized (no reports)\n"); in test_init_vmalloc()
421 * Test case: ensure that memcpy() correctly copies initialized values.
435 "memcpy()ing aligned initialized src to aligned dst (no reports)\n"); in test_init_memcpy()
560 * initialized because other kernel features (e.g. netdev tracker) may also