Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-iosched.h305 u32 seek_history; member
Dbfq-iosched.c238 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19)
246 #define BFQQ_TOTALLY_SEEKY(bfqq) (bfqq->seek_history == -1)
5562 bfqq->seek_history = 1; in bfq_init_bfqq()
5816 bfqq->seek_history <<= 1; in bfq_update_io_seektime()
5817 bfqq->seek_history |= BFQ_RQ_SEEKY(bfqd, bfqq->last_request_pos, rq); in bfq_update_io_seektime()