Home
last modified time | relevance | path

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

/linux-2.6.39/block/
Dblk-sysfs.c36 return queue_var_show(q->nr_requests, (page)); in queue_requests_show()
54 q->nr_requests = nr; in queue_requests_store()
67 if (rl->count[BLK_RW_SYNC] >= q->nr_requests) { in queue_requests_store()
74 if (rl->count[BLK_RW_ASYNC] >= q->nr_requests) { in queue_requests_store()
Dblk-tag.c114 if (q && depth > q->nr_requests * 2) { in init_tag_map()
115 depth = q->nr_requests * 2; in init_tag_map()
Dblk-core.c98 nr = q->nr_requests - (q->nr_requests / 8) + 1; in blk_queue_congestion_threshold()
99 if (nr > q->nr_requests) in blk_queue_congestion_threshold()
100 nr = q->nr_requests; in blk_queue_congestion_threshold()
103 nr = q->nr_requests - (q->nr_requests / 8) - (q->nr_requests / 16) - 1; in blk_queue_congestion_threshold()
643 if (rl->count[sync] + 1 <= q->nr_requests) { in __freed_request()
707 if (rl->count[is_sync]+1 >= q->nr_requests) { in get_request()
738 if (rl->count[is_sync] >= (3 * q->nr_requests / 2)) in get_request()
Dblk-settings.c160 q->nr_requests = BLKDEV_MAX_RQ; in blk_queue_make_request()
/linux-2.6.39/drivers/block/
Dcpqarray.h115 unsigned int nr_requests; member
/linux-2.6.39/Documentation/block/
Dqueue-sysfs.txt34 nr_requests (RW)
/linux-2.6.39/drivers/scsi/
Dscsi_tgt_lib.c243 q->nr_requests = shost->can_queue; in scsi_tgt_alloc_queue()
/linux-2.6.39/include/linux/
Dblkdev.h332 unsigned long nr_requests; /* Max # of requests */ member