Searched refs:PAD_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define PAD_SIZE 16 macro47 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); in do_test()58 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { in do_test()64 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { in do_test()79 if (memchr_inv(test_buffer + written + 1, FILL_CHAR, BUF_SIZE + PAD_SIZE - (written + 1))) { in do_test()701 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in selftest()704 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];