Searched refs:last_pos (Results 1 – 1 of 1) sorted by relevance
231 #define BFQ_RQ_SEEKY(bfqd, last_pos, rq) \ argument232 (get_sdist(last_pos, rq) > \2136 static sector_t get_sdist(sector_t last_pos, struct request *rq) in get_sdist() argument2138 if (last_pos) in get_sdist()2139 return abs(blk_rq_pos(rq) - last_pos); in get_sdist()