Searched refs:nr_requests (Results 1 – 10 of 10) sorted by relevance
70 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()
95 if (q && depth > q->nr_requests * 2) { in init_tag_map()96 depth = q->nr_requests * 2; in init_tag_map()
181 q->nr_requests = BLKDEV_MAX_RQ; in blk_queue_make_request()
45 return queue_var_show(q->nr_requests, (page)); in queue_requests_show()
2000 q->nr_requests = set->queue_depth; in blk_mq_init_allocated_queue()2263 q->nr_requests = nr; in blk_mq_update_nr_requests()
27 static unsigned int nr_requests = 64; variable30 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()
115 unsigned int nr_requests; member
85 nr_requests (RW)97 regulated by nr_requests.
128 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
414 unsigned long nr_requests; /* Max # of requests */ member