table of contents
BLK_QUEUE_MAX_HW_SEC(9) | Block Devices | BLK_QUEUE_MAX_HW_SEC(9) |
NAME¶
blk_queue_max_hw_sectors - set max sectors for a request for this queue
SYNOPSIS¶
void blk_queue_max_hw_sectors(struct request_queue * q, unsigned int max_hw_sectors);
ARGUMENTS¶
q
the request queue for the device
max_hw_sectors
max hardware sectors in the usual 512b unit
DESCRIPTION¶
See description for blk_limits_max_hw_sectors.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |