Home
last modified time | relevance | path

Searched refs:seek_history (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.h295 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)
5150 bfqq->seek_history = 1; in bfq_init_bfqq()
5247 bfqq->seek_history <<= 1; in bfq_update_io_seektime()
5248 bfqq->seek_history |= BFQ_RQ_SEEKY(bfqd, bfqq->last_request_pos, rq); in bfq_update_io_seektime()
/kernel/linux/linux-6.6/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()

Completed in 27 milliseconds