1BLK_QUEUE_MAX_HW_SEC(9)          Block Devices         BLK_QUEUE_MAX_HW_SEC(9)
2
3
4

NAME

6       blk_queue_max_hw_sectors - set max sectors for a request for this queue
7

SYNOPSIS

9       void blk_queue_max_hw_sectors(struct request_queue * q,
10                                     unsigned int max_hw_sectors);
11

ARGUMENTS

13       q
14           the request queue for the device
15
16       max_hw_sectors
17           max hardware sectors in the usual 512b unit
18

DESCRIPTION

20       See description for blk_limits_max_hw_sectors.
21
23Kernel Hackers Manual 3.10         June 2019           BLK_QUEUE_MAX_HW_SEC(9)
Impressum