table of contents
other versions
- stretch 4.9.168-1
BLK_QUEUE_DMA_ALIGNM(9) | Block Devices | BLK_QUEUE_DMA_ALIGNM(9) |
NAME¶
blk_queue_dma_alignment - set dma length and memory alignmentSYNOPSIS¶
void blk_queue_dma_alignment(struct request_queue * q, int mask);
ARGUMENTS¶
qthe request queue for the device
mask
alignment mask
DESCRIPTION¶
set required memory and length alignment for direct dma transactions. this is used when building direct io requests for the queue.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |