Home
last modified time | relevance | path

Searched refs:ktime_to_timespec (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dktime.h88 #define ktime_to_timespec(kt) ns_to_timespec((kt)) macro
230 *ts = ktime_to_timespec(kt); in ktime_to_timespec_cond()
Dskbuff.h3661 *stamp = ktime_to_timespec(skb->tstamp); in skb_get_timestampns()
/Linux-v5.4/fs/
Dtimerfd.c308 t.it_value = ktime_to_timespec(timerfd_get_remaining(ctx)); in timerfd_show()
309 t.it_interval = ktime_to_timespec(ctx->tintv); in timerfd_show()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c531 *system_ts = ktime_to_timespec(xtstamp.sys_monoraw); in azx_get_time_info()
535 *system_ts = ktime_to_timespec(xtstamp.sys_realtime); in azx_get_time_info()
540 *audio_ts = ktime_to_timespec(xtstamp.device); in azx_get_time_info()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_drv.h457 struct timespec ts = ktime_to_timespec(rem); in timeout_to_jiffies()