Home
last modified time | relevance | path

Searched refs:fifo_time (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dbfq-iosched.c1019 if (rq == last || blk_time_get_ns() < rq->fifo_time) in bfq_check_fifo()
2591 next->fifo_time < rq->fifo_time) { in bfq_requests_merged()
2594 rq->fifo_time = next->fifo_time; in bfq_requests_merged()
6211 rq->fifo_time = blk_time_get_ns() + bfqd->bfq_fifo_expire[rq_is_sync(rq)]; in __bfq_insert_request()
/linux/include/linux/
H A Dblk-mq.h201 u64 fifo_time; member