Searched refs:fifo_time (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dmq-deadline.c263 if (time_before((unsigned long)next->fifo_time,
264 (unsigned long)req->fifo_time)) {
266 req->fifo_time = next->fifo_time;
308 return time_is_before_eq_jiffies((unsigned long)rq->fifo_time);
432 unsigned long start_time = (unsigned long)rq->fifo_time;
827 rq->fifo_time = jiffies;
842 rq->fifo_time = jiffies + dd->fifo_expire[data_dir];
H A Dbfq-iosched.c1008 if (rq == last || blk_time_get_ns() < rq->fifo_time)
2550 * fifo_time lower that rq, then the fifo_time of rq must be set to
2580 next->fifo_time < rq->fifo_time) {
2583 rq->fifo_time = next->fifo_time;
6197 rq->fifo_time = blk_time_get_ns() + bfqd->bfq_fifo_expire[rq_is_sync(rq)];
/linux-master/include/linux/
H A Dblk-mq.h184 u64 fifo_time; member in struct:request

Completed in 131 milliseconds