Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-rq-qos.c142 unsigned int maxd = 3 * rqd->queue_depth / 4; in rq_depth_calc_max_depth() local
145 if (depth > maxd) { in rq_depth_calc_max_depth()
146 depth = maxd; in rq_depth_calc_max_depth()