Home
last modified time | relevance | path

Searched refs:nr_requests (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/block/
Dblk-core.c70 nr = q->nr_requests - (q->nr_requests / 8) + 1; in blk_queue_congestion_threshold()
71 if (nr > q->nr_requests) in blk_queue_congestion_threshold()
72 nr = q->nr_requests; in blk_queue_congestion_threshold()
75 nr = q->nr_requests - (q->nr_requests / 8) - (q->nr_requests / 16) - 1; in blk_queue_congestion_threshold()
856 if (rl->count[sync] + 1 <= q->nr_requests) { in __freed_request()
889 q->nr_requests = nr; in blk_update_nr_requests()
906 if (rl->count[BLK_RW_SYNC] >= q->nr_requests) { in blk_update_nr_requests()
913 if (rl->count[BLK_RW_ASYNC] >= q->nr_requests) { in blk_update_nr_requests()
993 if (rl->count[is_sync]+1 >= q->nr_requests) { in __get_request()
1028 if (rl->count[is_sync] >= (3 * q->nr_requests / 2)) in __get_request()
Dblk-tag.c95 if (q && depth > q->nr_requests * 2) { in init_tag_map()
96 depth = q->nr_requests * 2; in init_tag_map()
Dblk-settings.c181 q->nr_requests = BLKDEV_MAX_RQ; in blk_queue_make_request()
Dblk-sysfs.c45 return queue_var_show(q->nr_requests, (page)); in queue_requests_show()
Dblk-mq.c2000 q->nr_requests = set->queue_depth; in blk_mq_init_allocated_queue()
2263 q->nr_requests = nr; in blk_mq_update_nr_requests()
/linux-4.1.27/drivers/s390/block/
Dscm_blk.c27 static unsigned int nr_requests = 64; variable
30 module_param(nr_requests, uint, S_IRUGO);
31 MODULE_PARM_DESC(nr_requests, "Number of parallel requests.");
584 ret = scm_alloc_rqs(nr_requests); in scm_blk_init()
/linux-4.1.27/drivers/block/
Dcpqarray.h115 unsigned int nr_requests; member
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt85 nr_requests (RW)
97 regulated by nr_requests.
/linux-4.1.27/drivers/target/
Dtarget_core_iblock.c128 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
/linux-4.1.27/include/linux/
Dblkdev.h414 unsigned long nr_requests; /* Max # of requests */ member