Searched refs:ktime_to_timespec64 (Results 1 – 25 of 38) sorted by relevance
12
189 *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()
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()
77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro213 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
3829 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()
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()
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()
236 *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()
778 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep()
173 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot); in tk_update_sleep_time()2230 *ts = ktime_to_timespec64(t); in getboottime64()
797 itp->it_interval = ktime_to_timespec64(timer->it_interval); in posix_cpu_timer_get()
278 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()
192 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
77 ktimespec = ktime_to_timespec64(expires_alarm); in idletimer_tg_show()378 struct timespec64 ktimespec = ktime_to_timespec64(tout); in idletimer_tg_checkentry_v1()
592 struct timespec64 kts = ktime_to_timespec64(skb->tstamp); in __build_packet_message()
78 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
781 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()
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()992 tv = ktime_to_timespec64(now); in send_vblank_event()1735 ts = ktime_to_timespec64(now); in drm_wait_vblank_reply()
528 *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()
440 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
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()2135 *ts = ktime_to_timespec64(kt); in efx_phc_gettime()
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()
793 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()
967 adapter->prev_ptp_time = ktime_to_timespec64(ktime_get_real()); in igc_ptp_init()
1368 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_reset()
Completed in 74 milliseconds