/linux-6.6.21/include/linux/ |
D | timekeeping.h | 190 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64() 195 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64() 205 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64() 210 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
|
D | pps_kernel.h | 105 ts->ts_real = ktime_to_timespec64(snap.real); in pps_get_ts() 107 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()
|
D | ktime.h | 77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro 213 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
|
/linux-6.6.21/fs/ |
D | timerfd.c | 327 value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in timerfd_show() 328 interval = ktime_to_timespec64(ctx->tintv); in timerfd_show() 513 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_settime() 514 old->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_settime() 551 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_gettime() 552 t->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_gettime()
|
/linux-6.6.21/kernel/time/ |
D | itimer.c | 44 return ktime_to_timespec64(rem); in itimer_get_remtime() 85 ktime_to_timespec64(tsk->signal->it_real_incr); in do_getitimer() 221 = ktime_to_timespec64(tsk->signal->it_real_incr); in do_setitimer()
|
D | posix-timers.c | 189 *tp = ktime_to_timespec64(KTIME_LOW_RES); in posix_get_coarse_res() 648 cur_setting->it_interval = ktime_to_timespec64(iv); in common_timer_get() 692 cur_setting->it_value = ktime_to_timespec64(remaining); in common_timer_get()
|
D | alarmtimer.c | 802 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep()
|
/linux-6.6.21/drivers/ptp/ |
D | ptp_chardev.c | 281 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl() 284 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl() 287 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
|
D | ptp_ocp.c | 1903 ts = ktime_to_timespec64(bp->signal[gen].start); in ptp_ocp_signal_enable() 1907 ts = ktime_to_timespec64(bp->signal[gen].period); in ptp_ocp_signal_enable() 1911 ts = ktime_to_timespec64(bp->signal[gen].pulse); in ptp_ocp_signal_enable() 2897 ts = ktime_to_timespec64(signal->start); in signal_show() 2986 ts = ktime_to_timespec64(bp->signal[i].start); in start_show()
|
/linux-6.6.21/drivers/rtc/ |
D | lib.c | 192 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
|
/linux-6.6.21/drivers/dma-buf/ |
D | sync_debug.c | 80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
|
/linux-6.6.21/drivers/pps/generators/ |
D | pps_gen_parport.c | 76 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
|
/linux-6.6.21/net/netfilter/ |
D | xt_IDLETIMER.c | 77 ktimespec = ktime_to_timespec64(expires_alarm); in idletimer_tg_show() 378 struct timespec64 ktimespec = ktime_to_timespec64(tout); in idletimer_tg_checkentry_v1()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_vblank.c | 790 ts_etime = ktime_to_timespec64(etime); in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 791 ts_vblank_time = ktime_to_timespec64(*vblank_time); in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 1033 tv = ktime_to_timespec64(now); in send_vblank_event() 1776 ts = ktime_to_timespec64(now); in drm_wait_vblank_reply()
|
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 902 time = ktime_to_timespec64(old_base_time); in stmmac_calc_tas_basetime() 912 time = ktime_to_timespec64(base_time); in stmmac_calc_tas_basetime() 1036 qopt_time = ktime_to_timespec64(qopt->base_time); in tc_setup_taprio()
|
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_psfp.c | 241 sg->basetime = ktime_to_timespec64(basetime); in sparx5_psfp_sg_add()
|
/linux-6.6.21/sound/pci/hda/ |
D | hda_controller.c | 527 *system_ts = ktime_to_timespec64(xtstamp.sys_monoraw); in azx_get_time_info() 531 *system_ts = ktime_to_timespec64(xtstamp.sys_realtime); in azx_get_time_info() 536 *audio_ts = ktime_to_timespec64(xtstamp.device); in azx_get_time_info()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ptp.c | 443 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
|
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_taprio.c | 464 ts = ktime_to_timespec64(base_time); in lan966x_taprio_add()
|
/linux-6.6.21/net/ipv6/ |
D | ioam6.c | 686 ts = ktime_to_timespec64(tstamp); in __ioam6_fill_trace_data() 700 ts = ktime_to_timespec64(tstamp); in __ioam6_fill_trace_data()
|
/linux-6.6.21/fs/ceph/ |
D | metric.c | 13 struct timespec64 t = ktime_to_timespec64(val); in ktime_to_ceph_timespec()
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ptp.c | 937 wait = ktime_to_timespec64( in efx_ptp_process_times() 996 delta.tv_nsec += ktime_to_timespec64(mc_time).tv_nsec; in efx_ptp_process_times() 2172 *ts = ktime_to_timespec64(kt); in efx_phc_gettime()
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 956 wait = ktime_to_timespec64( in efx_ptp_process_times() 1015 delta.tv_nsec += ktime_to_timespec64(mc_time).tv_nsec; in efx_ptp_process_times() 2124 *ts = ktime_to_timespec64(kt); in efx_phc_gettime()
|
/linux-6.6.21/drivers/input/ |
D | evdev.c | 146 struct timespec64 ts = ktime_to_timespec64(ev_time[client->clk_type]); in __evdev_queue_syn_dropped() 256 ts = ktime_to_timespec64(ev_time[client->clk_type]); in evdev_pass_values()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 845 ts = ktime_to_timespec64(error->time); in __err_print_to_sgl() 848 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl() 851 ts = ktime_to_timespec64(error->uptime); in __err_print_to_sgl()
|