Searched refs:max_hw_sectors (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-settings.c117 lim->max_hw_sectors = INT_MAX;
233 * @max_hw_sectors: max hardware sectors in the usual 512b unit
237 * max_hw_sectors, on the size of requests. max_hw_sectors is set by
244 * The soft limit can not exceed max_hw_sectors.
246 void blk_queue_max_hw_sectors(struct request_queue *q, unsigned int max_hw_sectors) argument
248 if ((max_hw_sectors << 9) < PAGE_CACHE_SIZE) {
249 max_hw_sectors = 1 << (PAGE_CACHE_SHIFT - 9);
251 __func__, max_hw_sectors);
254 q->limits.max_hw_sectors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblkdev.h233 unsigned int max_hw_sectors; member in struct:queue_limits
977 return q->limits.max_hw_sectors;

Completed in 172 milliseconds