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

/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_stats.h16 void update_max_comp_delay_ns(u64 start_time_ns);
17 void update_max_decomp_delay_ns(u64 start_time_ns);
38 static inline void update_max_comp_delay_ns(u64 start_time_ns) {} argument
39 static inline void update_max_decomp_delay_ns(u64 start_time_ns) {} argument
H A Diaa_crypto_stats.c73 void update_max_comp_delay_ns(u64 start_time_ns) argument
77 time_diff = ktime_get_ns() - start_time_ns;
83 void update_max_decomp_delay_ns(u64 start_time_ns) argument
87 time_diff = ktime_get_ns() - start_time_ns;
H A Diaa_crypto_main.c1501 u64 start_time_ns; local
1575 start_time_ns = iaa_get_ts();
1578 update_max_comp_delay_ns(start_time_ns);
1625 u64 start_time_ns; local
1682 start_time_ns = iaa_get_ts();
1685 update_max_decomp_delay_ns(start_time_ns);
1716 u64 start_time_ns; local
1776 start_time_ns = iaa_get_ts();
1779 update_max_decomp_delay_ns(start_time_ns);
/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.c856 * need the smaller start_time_ns of the merged requests to be the
859 if (next->start_time_ns < req->start_time_ns)
860 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.c146 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.c324 rq->start_time_ns = blk_time_get_ns();
334 rq->start_time_ns = blk_time_get_ns();
336 rq->start_time_ns = 0;
340 rq->alloc_time_ns = alloc_time_ns ?: rq->start_time_ns;
999 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();
1729 (mpio->start_time_ns ?:
/linux-master/include/linux/
H A Dblk-mq.h110 u64 start_time_ns; member in struct:request

Completed in 257 milliseconds