Searched refs:seek_history (Results 1 – 3 of 3) sorted by relevance
287 u32 seek_history; member
239 #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()
61 #define CFQQ_SEEKY(cfqq) (hweight32(cfqq->seek_history) > 32/8)155 u32 seek_history; member3904 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()