Searched refs:io_start_time_ns (Results 1 - 9 of 9) sorted by relevance

/linux-master/block/
H A Dblk-stat.c58 value = (now >= rq->io_start_time_ns) ? now - rq->io_start_time_ns : 0;
H A Dbfq-cgroup.c242 u64 io_start_time_ns, blk_opf_t opf)
247 if (now > io_start_time_ns)
249 now - io_start_time_ns);
250 if (io_start_time_ns > start_time_ns)
252 io_start_time_ns - start_time_ns);
260 u64 io_start_time_ns, blk_opf_t opf) { }
241 bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, u64 io_start_time_ns, blk_opf_t opf) argument
259 bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, u64 io_start_time_ns, blk_opf_t opf) argument
H A Dbfq-iosched.h1074 u64 io_start_time_ns, blk_opf_t opf);
H A Dblk-wbt.c686 rwb->sync_issue = rq->io_start_time_ns;
H A Dkyber-iosched.c655 now - rq->io_start_time_ns);
H A Dblk-mq.c375 rq->io_start_time_ns = 0;
1252 rq->io_start_time_ns = blk_time_get_ns();
H A Dbfq-iosched.c6667 rq->io_start_time_ns,
/linux-master/include/linux/
H A Dblk-mq.h112 u64 io_start_time_ns; member in struct:request
/linux-master/drivers/md/
H A Ddm-mpath.c585 clone->io_start_time_ns);
1685 clone->io_start_time_ns);

Completed in 375 milliseconds