Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-iosched.h316 u32 seek_history; member
H A Dbfq-iosched.c237 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19)
245 #define BFQQ_TOTALLY_SEEKY(bfqq) (bfqq->seek_history == -1)
5655 bfqq->seek_history = 1; in bfq_init_bfqq()
5919 bfqq->seek_history <<= 1; in bfq_update_io_seektime()
5920 bfqq->seek_history |= BFQ_RQ_SEEKY(bfqd, bfqq->last_request_pos, rq); in bfq_update_io_seektime()