Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/
H A Dpoll_state.c16 u64 time_start; in poll_idle() local
18 time_start = local_clock_noinstr(); in poll_idle()
35 if (local_clock_noinstr() - time_start > limit) { in poll_idle()
/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c241 unsigned long time_start; in pdsc_adminq_post() local
260 time_start = jiffies; in pdsc_adminq_post()
261 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()
293 __func__, jiffies_to_msecs(time_done - time_start)); in pdsc_adminq_post()
/linux/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c
H A Dmmu_stress_test.c282 struct timespec time_start, time_run1, time_reset, time_run2, time_ro, time_rw; in main() local
381 rendezvous_with_vcpus(&time_start, "spawning"); in main()
398 time_run1 = timespec_sub(time_run1, time_start); in main()
/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/drivers/pmdomain/
H A Dcore.c703 ktime_t time_start; in _genpd_power_on() local
727 time_start = ktime_get(); in _genpd_power_on()
732 elapsed_ns = ktime_to_ns(ktime_sub(ktime_get(), time_start)); in _genpd_power_on()
754 ktime_t time_start; in _genpd_power_off() local
778 time_start = ktime_get(); in _genpd_power_off()
783 elapsed_ns = ktime_to_ns(ktime_sub(ktime_get(), time_start)); in _genpd_power_off()
1092 ktime_t time_start = 0; in genpd_runtime_suspend() local
1114 time_start = ktime_get(); in genpd_runtime_suspend()
1128 elapsed_ns = ktime_to_ns(ktime_sub(ktime_get(), time_start)); in genpd_runtime_suspend()
1167 ktime_t time_start = 0; in genpd_runtime_resume() local
[all …]
/linux/net/bpf/
H A Dtest_run.c34 u64 time_start, time_spent; member
46 t->time_start = ktime_get_ns(); in bpf_test_timer_enter()
52 t->time_start = 0; in bpf_test_timer_leave()
68 t->time_spent += ktime_get_ns() - t->time_start; in bpf_test_timer_continue()
83 t->time_spent += ktime_get_ns() - t->time_start; in bpf_test_timer_continue()
/linux/fs/nfs/
H A Dinode.c532 nfsi->read_cache_jiffies = fattr->time_start; in nfs_fhget()
1638 nfsi->read_cache_jiffies = fattr->time_start;
1658 fattr->time_start = jiffies; in nfs_fattr_init()
2214 nfsi->read_cache_jiffies = fattr->time_start; in nfs_update_inode()
H A Dnfs4proc.c2783 o_res->f_attr->time_start, in _nfs4_proc_open()
4975 res->dir_attr->time_start, in nfs4_proc_unlink_done()
5022 res->old_fattr->time_start, in nfs4_proc_rename_done()
5026 res->new_fattr->time_start, in nfs4_proc_rename_done()
5031 res->old_fattr->time_start, in nfs4_proc_rename_done()
5067 nfs4_update_changeattr(dir, &res.cinfo, res.fattr->time_start, in _nfs4_proc_link()
5146 data->res.fattr->time_start, in nfs4_do_create()
H A Ddir.c632 entry->fattr->time_start = desc->timestamp; in xdr_decode()
/linux/include/linux/
H A Dnfs_xdr.h75 unsigned long time_start; member
/linux/kernel/trace/
H A Dtrace_functions_graph.c629 usecs = iter->ts - iter->array_buffer->time_start; in print_graph_rel_time()
H A Dtrace_output.c569 unsigned long long abs_ts = iter->ts - iter->array_buffer->time_start; in lat_print_timestamp()
H A Dtrace.h215 u64 time_start; member
H A Dtrace.c1907 max_buf->time_start = data->preempt_timestamp; in __update_max_tr()
2355 buf->time_start = buffer_ftrace_now(buf, buf->cpu); in tracing_reset_online_cpus()
2374 buf->time_start = buffer_ftrace_now(buf, buf->cpu); in tracing_reset_all_cpus()
3876 if (ts >= iter->array_buffer->time_start) in tracing_iter_reset()