Home
last modified time | relevance | path

Searched refs:start_time_ns (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.h163 uint64_t start_time_ns; member
H A Dprofiler.inc.h448 bpf_stat_ctx->start_time_ns = bpf_ktime_get_ns(); in bpf_stats_enter()
459 bpf_ktime_get_ns() - bpf_stat_ctx->start_time_ns; in bpf_stats_exit()
471 meta->bpf_stats_start_ktime_ns = bpf_stat_ctx->start_time_ns; in bpf_stats_pre_submit_var_perf_event()
/linux/block/
H A Dbfq-cgroup.c241 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, in bfqg_stats_update_completion() argument
250 if (io_start_time_ns > start_time_ns) in bfqg_stats_update_completion()
252 io_start_time_ns - start_time_ns); in bfqg_stats_update_completion()
259 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, in bfqg_stats_update_completion() argument
H A Dblk-flush.c131 blk_time_get_ns() - rq->start_time_ns); in blk_account_io_flush()
H A Dbfq-iosched.h1069 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
H A Dblk-mq.c385 rq->start_time_ns = blk_time_get_ns(); in blk_rq_init()
1075 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns); in blk_account_io_done()
1122 req->start_time_ns = blk_time_get_ns(); in blk_account_io_start()
H A Dbfq-iosched.c6663 rq->start_time_ns, in bfq_finish_requeue_request()
/linux/drivers/md/
H A Ddm-mpath.c114 u64 start_time_ns; member
305 mpio->start_time_ns = 0; in multipath_init_per_bio_data()
656 mpio->start_time_ns = ktime_get_ns(); in __multipath_map_bio()
1734 (mpio->start_time_ns ?: in multipath_end_io_bio()
/linux/include/linux/
H A Dblk-mq.h134 u64 start_time_ns; member