Home
last modified time | relevance | path

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

/block/
Dblk-rq-qos.c148 unsigned int maxd = 3 * rqd->queue_depth / 4; in rq_depth_calc_max_depth() local
151 if (depth > maxd) { in rq_depth_calc_max_depth()
152 depth = maxd; in rq_depth_calc_max_depth()