Query: blk_queue_dma_alignment
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_QUEUE_DMA_ALIGNM(9) Block Devices BLK_QUEUE_DMA_ALIGNM(9)NAMEblk_queue_dma_alignment - set dma length and memory alignmentSYNOPSISvoid blk_queue_dma_alignment(struct request_queue * q, int mask);ARGUMENTSq the request queue for the device mask alignment maskDESCRIPTIONset required memory and length alignment for direct dma transactions. this is used when building direct io requests for the queue.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_QUEUE_DMA_ALIGNM(9)