Home
last modified time | relevance | path

Searched refs:time_start (Results 1 – 18 of 18) sorted by relevance

/linux/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c36 static struct timespec *time_start, *time_end; variable
177 timediff = max_frequency * timespec_diff_us(time_start[cpu], time_end[cpu]); in mperf_get_count_percent()
210 time_diff = timespec_diff_us(time_start[cpu], time_end[cpu]); in mperf_get_count_freq()
230 clock_gettime(CLOCK_REALTIME, &time_start[cpu]); in mperf_start()
351 time_start = calloc(cpu_count, sizeof(struct timespec)); in mperf_register()
365 free(time_start); in mperf_unregister()
/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c231 unsigned long time_start; in pdsc_adminq_post() local
251 time_start = jiffies; in pdsc_adminq_post()
252 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()
283 __func__, jiffies_to_msecs(time_done - time_start)); in pdsc_adminq_post()
/linux/drivers/vfio/pci/pds/
H A Dcmds.c101 unsigned long time_start; in pds_vfio_suspend_wait_device_cmd() local
105 time_start = jiffies; in pds_vfio_suspend_wait_device_cmd()
106 time_limit = time_start + HZ * SUSPEND_TIMEOUT_S; in pds_vfio_suspend_wait_device_cmd()
117 pds_vfio->vf_id, jiffies_to_msecs(time_done - time_start)); in pds_vfio_suspend_wait_device_cmd()
/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c118 __u64 time_start, __u64 time_end) in do_update_time() argument
121 __s64 delta = time_end - time_start; in do_update_time()
138 data->max_time_start = time_start; in do_update_time()
/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c284 struct timespec time_start, time_run1, time_reset, time_run2, time_ro, time_rw; in main() local
380 rendezvous_with_vcpus(&time_start, "spawning"); in main()
397 time_run1 = timespec_sub(time_run1, time_start); in main()
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c153 rec->time_start = rec->ts_start.tv_nsec + in time_bench_calc_stats()
157 rec->time_interval = rec->time_stop - rec->time_start; in time_bench_calc_stats()
H A Dtime_bench.h42 uint64_t time_start, time_stop, time_interval; /* in nanosec */ member
/linux/net/bpf/
H A Dtest_run.c33 u64 time_start, time_spent; member
40 t->time_start = ktime_get_ns(); in bpf_test_timer_enter()
46 t->time_start = 0; in bpf_test_timer_leave()
57 t->time_spent += ktime_get_ns() - t->time_start; in bpf_test_timer_continue()
72 t->time_spent += ktime_get_ns() - t->time_start; in bpf_test_timer_continue()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh11 time_start=$(date +%s)
821 time_run=$((time_end-time_start))
/linux/tools/perf/
H A Dbuiltin-stat.c608 static void compute_tts(struct timespec *time_start, struct timespec *time_stop, in compute_tts() argument
614 diff_timespec(&time_diff, time_stop, time_start); in compute_tts()
629 struct timespec time_start, time_stop; in dispatch_events() local
649 clock_gettime(CLOCK_MONOTONIC, &time_start); in dispatch_events()
657 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()
/linux/fs/nfs/
H A Dinode.c536 nfsi->read_cache_jiffies = fattr->time_start; in nfs_fhget()
1731 nfsi->read_cache_jiffies = fattr->time_start; in nfs_check_inode_attributes()
1751 fattr->time_start = jiffies; in nfs_fattr_init()
2307 nfsi->read_cache_jiffies = fattr->time_start; in nfs_update_inode()
H A Dnfs4proc.c2817 o_res->f_attr->time_start, in _nfs4_proc_open()
5067 res->dir_attr->time_start, in nfs4_proc_unlink_done()
5117 res->old_fattr->time_start, in nfs4_proc_rename_done()
5121 res->new_fattr->time_start, in nfs4_proc_rename_done()
5126 res->old_fattr->time_start, in nfs4_proc_rename_done()
5162 nfs4_update_changeattr(dir, &res.cinfo, res.fattr->time_start, in _nfs4_proc_link()
5238 data->res.fattr->time_start, in nfs4_do_create()
5261 data->res.fattr->time_start, in nfs4_do_mkdir()
H A Ddir.c632 entry->fattr->time_start = desc->timestamp; in xdr_decode()
/linux/kernel/trace/
H A Dtrace_functions_graph.c718 usecs = iter->ts - iter->array_buffer->time_start; in print_graph_rel_time()
H A Dtrace_output.c574 unsigned long long abs_ts = iter->ts - iter->array_buffer->time_start; in lat_print_timestamp()
H A Dtrace.h218 u64 time_start; member
H A Dtrace.c1984 max_buf->time_start = data->preempt_timestamp; in __update_max_tr()
2442 buf->time_start = buffer_ftrace_now(buf, buf->cpu); in tracing_reset_online_cpus()
2461 buf->time_start = buffer_ftrace_now(buf, buf->cpu); in tracing_reset_all_cpus()
3948 if (ts >= iter->array_buffer->time_start) in tracing_iter_reset()
/linux/include/linux/
H A Dnfs_xdr.h76 unsigned long time_start; member