PAD_SIZE           70 drivers/net/ethernet/seeq/sgiseeq.c 	u8 padding[PAD_SIZE];
PAD_SIZE           76 drivers/net/ethernet/seeq/sgiseeq.c 	u8 padding[PAD_SIZE];
PAD_SIZE           45 lib/test_printf.c 	memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE);
PAD_SIZE           56 lib/test_printf.c 	if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) {
PAD_SIZE           62 lib/test_printf.c 		if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) {
PAD_SIZE           77 lib/test_printf.c 	if (memchr_inv(test_buffer + written + 1, FILL_CHAR, BUF_SIZE + PAD_SIZE - (written + 1))) {
PAD_SIZE          639 lib/test_printf.c 	alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL);
PAD_SIZE          642 lib/test_printf.c 	test_buffer = alloced_buffer + PAD_SIZE;