Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtime64.h50 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
88 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
110 ret.it_interval = timespec_to_timespec64(its->it_interval); in itimerspec_to_itimerspec64()
111 ret.it_value = timespec_to_timespec64(its->it_value); in itimerspec_to_itimerspec64()
Dtimekeeping.h96 ts64 = timespec_to_timespec64(*ts); in do_settimeofday()
Djiffies.h417 struct timespec64 ts = timespec_to_timespec64(*value); in timespec_to_jiffies()
/linux-4.4.14/drivers/ptp/
Dptp_clock.c110 struct timespec64 ts = timespec_to_timespec64(*tp); in ptp_clock_settime()
/linux-4.4.14/kernel/time/
Dtimekeeping.c964 ts64 = timespec_to_timespec64(*ts); in timekeeping_inject_offset()
1184 *ts64 = timespec_to_timespec64(ts); in read_persistent_clock64()