Lines Matching full:ensure
152 /* Test case: ensure that kmalloc() returns uninitialized memory. */
165 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
179 /* Test case: ensure that kzalloc() returns initialized memory. */
191 /* Test case: ensure that local variables are uninitialized by default. */
202 /* Test case: ensure that local variables with initializers are initialized. */
259 * Test case: ensure that uninitialized values are tracked through function
283 * Test case: ensure kmsan_check_memory() reports an error when checking
332 * Test case: ensure that memset() can initialize a buffer allocated via
352 /* Test case: ensure that use-after-free reporting works. */
370 * Test case: ensure that uninitialized values are propagated through per-CPU
388 * Test case: ensure that passing uninitialized values to printk() leads to an
410 * Test case: ensure that memcpy() correctly copies uninitialized values between
428 * Test case: ensure that memcpy() correctly copies uninitialized values between
450 * Test case: ensure that memcpy() correctly copies uninitialized values between