Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dtest_printf.c24 #define PAD_SIZE 16 macro
41 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); in do_test()
52 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { in do_test()
58 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { in do_test()
73 if (memchr_inv(test_buffer + written + 1, FILL_CHAR, BUF_SIZE + PAD_SIZE - (written + 1))) { in do_test()
541 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in test_printf_init()
544 test_buffer = alloced_buffer + PAD_SIZE; in test_printf_init()