Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dtimekeeping.h190 *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()
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()
/linux-6.3-rc2/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-6.3-rc2/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.c803 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep()
/linux-6.3-rc2/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()
A Dptp_ocp.c1896 ts = ktime_to_timespec64(bp->signal[gen].start); in ptp_ocp_signal_enable()
1900 ts = ktime_to_timespec64(bp->signal[gen].period); in ptp_ocp_signal_enable()
1904 ts = ktime_to_timespec64(bp->signal[gen].pulse); in ptp_ocp_signal_enable()
2890 ts = ktime_to_timespec64(signal->start); in signal_show()
2979 ts = ktime_to_timespec64(bp->signal[i].start); in start_show()
/linux-6.3-rc2/drivers/rtc/
A Dlib.c192 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
/linux-6.3-rc2/drivers/dma-buf/
A Dsync_debug.c80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
/linux-6.3-rc2/drivers/pps/generators/
A Dpps_gen_parport.c76 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
/linux-6.3-rc2/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()
/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_tc.c902 time = ktime_to_timespec64(old_base_time); in stmmac_calc_tas_basetime()
912 time = ktime_to_timespec64(base_time); in stmmac_calc_tas_basetime()
1033 qopt_time = ktime_to_timespec64(qopt->base_time); in tc_setup_taprio()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_psfp.c241 sg->basetime = ktime_to_timespec64(basetime); in sparx5_psfp_sg_add()
/linux-6.3-rc2/sound/pci/hda/
A Dhda_controller.c527 *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.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_taprio.c464 ts = ktime_to_timespec64(base_time); in lan966x_taprio_add()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ptp.c443 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
/linux-6.3-rc2/net/ipv6/
A Dioam6.c686 ts = ktime_to_timespec64(tstamp); in __ioam6_fill_trace_data()
700 ts = ktime_to_timespec64(tstamp); in __ioam6_fill_trace_data()
/linux-6.3-rc2/fs/ceph/
A Dmetric.c13 struct timespec64 t = ktime_to_timespec64(val); in ktime_to_ceph_timespec()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
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()
2124 *ts = ktime_to_timespec64(kt); in efx_phc_gettime()
/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/sfc/
A Dptp.c966 wait = ktime_to_timespec64( in efx_ptp_process_times()
1025 delta.tv_nsec += ktime_to_timespec64(mc_time).tv_nsec; in efx_ptp_process_times()
2217 *ts = ktime_to_timespec64(kt); in efx_phc_gettime()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_gpu_error.c837 ts = ktime_to_timespec64(error->time); in __err_print_to_sgl()
840 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()
843 ts = ktime_to_timespec64(error->uptime); in __err_print_to_sgl()

Completed in 59 milliseconds

12