Searched refs:PAD_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define PAD_SIZE 16 macro54 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); in do_test()65 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { in do_test()71 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { in do_test()92 if (memchr_inv(test_buffer + bufsize, FILL_CHAR, BUF_SIZE + PAD_SIZE - bufsize)) { in do_test()786 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in selftest()789 test_buffer = alloced_buffer + PAD_SIZE; in selftest()
66 #define PAD_SIZE (128 - sizeof(struct hpc_dma_desc) - sizeof(void *)) macro70 u8 padding[PAD_SIZE];76 u8 padding[PAD_SIZE];