Home
last modified time | relevance | path

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

/linux-6.1.9/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)
5567 bfqq->seek_history = 1; in bfq_init_bfqq()
5821 bfqq->seek_history <<= 1; in bfq_update_io_seektime()
5822 bfqq->seek_history |= BFQ_RQ_SEEKY(bfqd, bfqq->last_request_pos, rq); in bfq_update_io_seektime()