Searched refs:seek_history (Results 1 – 2 of 2) sorted by relevance
317 u32 seek_history; member
238 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19)246 #define BFQQ_TOTALLY_SEEKY(bfqq) (bfqq->seek_history == -1)5650 bfqq->seek_history = 1; in bfq_init_bfqq()5914 bfqq->seek_history <<= 1; in bfq_update_io_seektime()5915 bfqq->seek_history |= BFQ_RQ_SEEKY(bfqd, bfqq->last_request_pos, rq); in bfq_update_io_seektime()
Completed in 16 milliseconds