Home
last modified time | relevance | path

Searched refs:ns_to_timespec (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/kernel/time/
Dtime.c389 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function
406 EXPORT_SYMBOL(ns_to_timespec);
416 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
Dposix-cpu-timers.c73 *tp = ns_to_timespec(expires); in sample_to_timespec()
1424 t = ns_to_timespec(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
/linux-4.4.14/drivers/char/
Dmmtimer.c487 *tp = ns_to_timespec(nsec); in sgi_clock_get()
671 cur_setting->it_interval = ns_to_timespec(timr->it.mmtimer.incr * sgi_clock_period); in sgi_timer_get()
672 cur_setting->it_value = ns_to_timespec((timr->it.mmtimer.expires - rtc_time()) * sgi_clock_period); in sgi_timer_get()
/linux-4.4.14/include/linux/
Dtime.h215 extern struct timespec ns_to_timespec(const s64 nsec);
Dtime64.h74 # define ns_to_timespec64 ns_to_timespec
Dktime.h99 #define ktime_to_timespec(kt) ns_to_timespec((kt).tv64)
/linux-4.4.14/drivers/hv/
Dhv_util.c172 host_ts = ns_to_timespec(host_tns); in do_adj_guesttime()
/linux-4.4.14/fs/adfs/
Dinode.c198 *tv = ns_to_timespec(nsec); in adfs_adfs2unix_time()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c859 *audio_ts = ns_to_timespec(nsec); in skl_get_time_info()
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c358 *audio_ts = ns_to_timespec(nsec); in azx_get_time_info()
/linux-4.4.14/sound/core/
Dpcm_lib.c265 *audio_tstamp = ns_to_timespec(audio_nsecs); in update_audio_tstamp()
/linux-4.4.14/fs/logfs/
Dreadwrite.c106 return ns_to_timespec(be64_to_cpu(betime)); in be64_to_timespec()
/linux-4.4.14/arch/x86/kvm/
Dx86.c1180 struct timespec ts = ns_to_timespec(kvm->arch.kvmclock_offset); in kvm_write_wall_clock()