1BLK_QUEUE_MAX_HW_SEC(9) Block Devices BLK_QUEUE_MAX_HW_SEC(9)
23
4
NAME
6blk_queue_max_hw_sectors - set max sectors for a request for this queue
7
SYNOPSIS
9void blk_queue_max_hw_sectors(struct request_queue * q,
10unsigned int max_hw_sectors);
11
ARGUMENTS
13q
14the request queue for the device
1516
max_hw_sectors
17max hardware sectors in the usual 512b unit
18
DESCRIPTION
20See description for blk_limits_max_hw_sectors.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 BLK_QUEUE_MAX_HW_SEC(9)