Home
last modified time | relevance | path

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

/linux/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()
776 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in printf_suite_init()
777 if (!alloced_buffer) in printf_suite_init()
779 test_buffer = alloced_buffer + PAD_SIZE; in printf_suite_init()
786 kfree(alloced_buffer); in printf_suite_exit()