Searched refs:PAD_SIZE (Results 1 – 2 of 2) sorted by relevance
27 #define PAD_SIZE 16 macro50 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()776 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in printf_suite_init()779 test_buffer = alloced_buffer + PAD_SIZE; in printf_suite_init()
66 #define PAD_SIZE (128 - sizeof(struct hpc_dma_desc) - sizeof(void *)) macro70 u8 padding[PAD_SIZE];76 u8 padding[PAD_SIZE];