Home
last modified time | relevance | path

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

/block/
Dbfq-iosched.h287 u32 seek_history; member
Dbfq-iosched.c181 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 32/8)
3917 bfqq->seek_history = 1; in bfq_init_bfqq()
4022 bfqq->seek_history <<= 1; in bfq_update_io_seektime()
4023 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
3963 cfqq->seek_history <<= 1; in cfq_update_io_seektime()
3965 cfqq->seek_history |= (n_sec < CFQQ_SECT_THR_NONROT); in cfq_update_io_seektime()
3967 cfqq->seek_history |= (sdist > CFQQ_SEEK_THR); in cfq_update_io_seektime()