Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtime.c452 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function
469 EXPORT_SYMBOL(ns_to_timespec);
479 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
/Linux-v4.19/include/linux/
Dtime32.h136 extern struct timespec ns_to_timespec(const s64 nsec);
Dktime.h88 #define ktime_to_timespec(kt) ns_to_timespec((kt))
/Linux-v4.19/sound/pci/hda/
Dhda_controller.c525 *audio_ts = ns_to_timespec(nsec); in azx_get_time_info()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-pcm.c1209 *audio_ts = ns_to_timespec(nsec); in skl_get_time_info()
/Linux-v4.19/sound/core/
Dpcm_lib.c247 *audio_tstamp = ns_to_timespec(audio_nsecs); in update_audio_tstamp()
/Linux-v4.19/fs/nfsd/
Dnfs4xdr.c2024 ts = ns_to_timespec(ns); in encode_time_delta()