Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dprintf_kunit.c27 #define PAD_SIZE 16 macro
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()
70 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { in do_test()
93 if (memchr_inv(test_buffer + bufsize, FILL_CHAR, BUF_SIZE + PAD_SIZE - bufsize)) { in do_test()
774 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in printf_suite_init()
777 test_buffer = alloced_buffer + PAD_SIZE; in printf_suite_init()