Searched refs:start_time_ns (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.h | 163 uint64_t start_time_ns; member
|
| H A D | profiler.inc.h | 448 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-6.15/block/ |
| H A D | blk-merge.c | 879 if (next->start_time_ns < req->start_time_ns) in attempt_merge() 880 req->start_time_ns = next->start_time_ns; in attempt_merge()
|
| H A D | bfq-cgroup.c | 241 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 D | blk-flush.c | 131 blk_time_get_ns() - rq->start_time_ns); in blk_account_io_flush()
|
| H A D | bfq-iosched.h | 1070 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
|
| H A D | kyber-iosched.c | 653 target, now - rq->start_time_ns); in kyber_completed_request()
|
| H A D | blk-mq.c | 393 rq->start_time_ns = blk_time_get_ns(); in blk_rq_init() 1051 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns); in blk_account_io_done() 1098 req->start_time_ns = blk_time_get_ns(); in blk_account_io_start()
|
| H A D | blk-iocost.c | 2816 if (!ioc->enabled || !rq->alloc_time_ns || !rq->start_time_ns) in ioc_rqos_done() 2833 rq_wait_ns = rq->start_time_ns - rq->alloc_time_ns; in ioc_rqos_done()
|
| H A D | bfq-iosched.c | 6680 rq->start_time_ns, in bfq_finish_requeue_request()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-mpath.c | 111 u64 start_time_ns; member 305 mpio->start_time_ns = 0; in multipath_init_per_bio_data() 658 mpio->start_time_ns = ktime_get_ns(); in __multipath_map_bio() 1727 (mpio->start_time_ns ?: in multipath_end_io_bio()
|
| /linux-6.15/include/linux/ |
| H A D | blk-mq.h | 133 u64 start_time_ns; member
|