Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbfq-iosched.h287 u32 seek_history; member
Dbfq-iosched.c239 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19)
4266 bfqq->seek_history = 1; in bfq_init_bfqq()
4371 bfqq->seek_history <<= 1; in bfq_update_io_seektime()
4372 bfqq->seek_history |= in bfq_update_io_seektime()
Dcfq-iosched.c61 #define CFQQ_SEEKY(cfqq) (hweight32(cfqq->seek_history) > 32/8)
155 u32 seek_history; member
3904 cfqq->seek_history <<= 1; in cfq_update_io_seektime()
3906 cfqq->seek_history |= (n_sec < CFQQ_SECT_THR_NONROT); in cfq_update_io_seektime()
3908 cfqq->seek_history |= (sdist > CFQQ_SEEK_THR); in cfq_update_io_seektime()