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

/linux-master/lib/
H A Dtest_printf.c31 #define PAD_SIZE 16 macro
54 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE);
65 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) {
71 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) {
92 if (memchr_inv(test_buffer + bufsize, FILL_CHAR, BUF_SIZE + PAD_SIZE - bufsize)) {
812 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL);
815 test_buffer = alloced_buffer + PAD_SIZE;
/linux-master/drivers/net/ethernet/seeq/
H A Dsgiseeq.c66 #define PAD_SIZE (128 - sizeof(struct hpc_dma_desc) - sizeof(void *)) macro
70 u8 padding[PAD_SIZE];
76 u8 padding[PAD_SIZE];

Completed in 116 milliseconds