blk_queue_throttle_sectors
Section: Kernel Hacker's Manual (9)
Updated: blk_queue_throttle_sectors
Index
Return to Main Contents
NAME
blk_queue_throttle_sectors - indicates you will call sector throttling funcs
SYNOPSIS
void blk_queue_throttle_sectors
(request_queue_t *q,
int active);
ARGUMENTS
- q
-
The queue which this applies to.
- active
-
A flag indication if you want sector throttling on
DESCRIPTION
The sector throttling code allows us to put a limit on the number of
sectors pending io to the disk at a given time, sending active nonzero
indicates you will call blk_started_sectors and blk_finished_sectors in
addition to calling blk_started_io and blk_finished_io in order to
keep track of the number of sectors in flight.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:51:43 GMT, June 12, 2005