Home
last modified time | relevance | path

Searched refs:alloced_buffer (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/tests/
H A Dprintf_kunit.c39 static char *alloced_buffer; variable
50 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); in do_test()
62 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { in do_test()
745 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in printf_suite_init()
746 if (!alloced_buffer) in printf_suite_init()
748 test_buffer = alloced_buffer + PAD_SIZE; in printf_suite_init()
755 kfree(alloced_buffer); in printf_suite_exit()