Searched refs:start_time_ns (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.h163 uint64_t start_time_ns; member in struct:bpf_func_stats_ctx
H A Dprofiler.inc.h451 bpf_stat_ctx->start_time_ns = bpf_ktime_get_ns();
462 bpf_ktime_get_ns() - bpf_stat_ctx->start_time_ns;
474 meta->bpf_stats_start_ktime_ns = bpf_stat_ctx->start_time_ns;
/linux-master/block/
H A Dblk-merge.c859 * need the smaller start_time_ns of the merged requests to be the
862 if (next->start_time_ns < req->start_time_ns)
863 req->start_time_ns = next->start_time_ns;
H A Dbfq-cgroup.c241 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, argument
250 if (io_start_time_ns > start_time_ns)
252 io_start_time_ns - start_time_ns);
259 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, argument
H A Dblk-flush.c148 blk_time_get_ns() - rq->start_time_ns);
H A Dbfq-iosched.h1073 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
H A Dblk-mq.c325 rq->start_time_ns = blk_time_get_ns();
335 rq->start_time_ns = blk_time_get_ns();
337 rq->start_time_ns = 0;
341 rq->alloc_time_ns = alloc_time_ns ?: rq->start_time_ns;
998 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns);
H A Dkyber-iosched.c653 target, now - rq->start_time_ns);
H A Dblk-iocost.c2808 if (!ioc->enabled || !rq->alloc_time_ns || !rq->start_time_ns)
2825 rq_wait_ns = rq->start_time_ns - rq->alloc_time_ns;
H A Dbfq-iosched.c6666 rq->start_time_ns,
/linux-master/drivers/md/
H A Ddm-mpath.c111 u64 start_time_ns; member in struct:dm_mpath_io
305 mpio->start_time_ns = 0;
658 mpio->start_time_ns = ktime_get_ns();
1728 (mpio->start_time_ns ?:
/linux-master/include/linux/
H A Dblk-mq.h110 u64 start_time_ns; member in struct:request

Completed in 185 milliseconds