CMD_BUFFER_SIZE   866 drivers/iommu/amd_iommu.c 	iommu->cmd_buf_tail %= CMD_BUFFER_SIZE;
CMD_BUFFER_SIZE  1035 drivers/iommu/amd_iommu.c 	next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE;
CMD_BUFFER_SIZE  1037 drivers/iommu/amd_iommu.c 	left      = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE;
CMD_BUFFER_SIZE   599 drivers/iommu/amd_iommu_init.c 						  get_order(CMD_BUFFER_SIZE));
CMD_BUFFER_SIZE   649 drivers/iommu/amd_iommu_init.c 	free_pages((unsigned long)iommu->cmd_buf, get_order(CMD_BUFFER_SIZE));
CMD_BUFFER_SIZE   565 drivers/media/usb/dvb-usb/pctv452e.c 	b = kmalloc(CMD_BUFFER_SIZE + PCTV_ANSWER_LEN, GFP_KERNEL);
CMD_BUFFER_SIZE   569 drivers/media/usb/dvb-usb/pctv452e.c 	rx = b + CMD_BUFFER_SIZE;