Home
last modified time | relevance | path

Searched refs:ktime_to_timespec64 (Results 1 – 25 of 38) sorted by relevance

12

/linux/include/linux/
A Dtimekeeping.h189 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()
194 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
204 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()
209 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
A Dpps_kernel.h105 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()
A Dktime.h77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro
213 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
A Dskbuff.h3829 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestamp()
3838 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_timestampns()
3847 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestampns()
/linux/fs/
A Dtimerfd.c327 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/kernel/time/
A Ditimer.c44 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()
A Dposix-timers.c236 *tp = ktime_to_timespec64(KTIME_LOW_RES); in posix_get_coarse_res()
681 cur_setting->it_interval = ktime_to_timespec64(iv); in common_timer_get()
710 cur_setting->it_value = ktime_to_timespec64(remaining); in common_timer_get()
A Dalarmtimer.c778 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep()
A Dtimekeeping.c173 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot); in tk_update_sleep_time()
2230 *ts = ktime_to_timespec64(t); in getboottime64()
A Dposix-cpu-timers.c797 itp->it_interval = ktime_to_timespec64(timer->it_interval); in posix_cpu_timer_get()
/linux/drivers/ptp/
A Dptp_chardev.c278 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
281 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
284 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
/linux/drivers/rtc/
A Dlib.c192 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
/linux/drivers/dma-buf/
A Dsync_debug.c80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
/linux/net/netfilter/
A Dxt_IDLETIMER.c77 ktimespec = ktime_to_timespec64(expires_alarm); in idletimer_tg_show()
378 struct timespec64 ktimespec = ktime_to_timespec64(tout); in idletimer_tg_checkentry_v1()
A Dnfnetlink_log.c592 struct timespec64 kts = ktime_to_timespec64(skb->tstamp); in __build_packet_message()
/linux/drivers/pps/generators/
A Dpps_gen_parport.c78 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_tc.c781 time = ktime_to_timespec64(old_base_time); in stmmac_calc_tas_basetime()
791 time = ktime_to_timespec64(base_time); in stmmac_calc_tas_basetime()
909 qopt_time = ktime_to_timespec64(qopt->base_time); in tc_setup_taprio()
/linux/drivers/gpu/drm/
A Ddrm_vblank.c790 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()
992 tv = ktime_to_timespec64(now); in send_vblank_event()
1735 ts = ktime_to_timespec64(now); in drm_wait_vblank_reply()
/linux/sound/pci/hda/
A Dhda_controller.c528 *system_ts = ktime_to_timespec64(xtstamp.sys_monoraw); in azx_get_time_info()
532 *system_ts = ktime_to_timespec64(xtstamp.sys_realtime); in azx_get_time_info()
537 *audio_ts = ktime_to_timespec64(xtstamp.device); in azx_get_time_info()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ptp.c440 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
/linux/drivers/net/ethernet/sfc/
A Dptp.c956 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()
2135 *ts = ktime_to_timespec64(kt); in efx_phc_gettime()
/linux/drivers/input/
A Devdev.c146 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/drivers/gpu/drm/i915/
A Di915_gpu_error.c793 ts = ktime_to_timespec64(error->time); in __err_print_to_sgl()
796 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()
799 ts = ktime_to_timespec64(error->uptime); in __err_print_to_sgl()
/linux/drivers/net/ethernet/intel/igc/
A Digc_ptp.c967 adapter->prev_ptp_time = ktime_to_timespec64(ktime_get_real()); in igc_ptp_init()
/linux/drivers/net/ethernet/intel/igb/
A Digb_ptp.c1368 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_reset()

Completed in 67 milliseconds

12