Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtime64.h41 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
69 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
Dtimekeeping.h89 ts64 = timespec_to_timespec64(*ts); in do_settimeofday()
/linux-4.1.27/drivers/ptp/
Dptp_clock.c110 struct timespec64 ts = timespec_to_timespec64(*tp); in ptp_clock_settime()
/linux-4.1.27/kernel/time/
Dtimekeeping.c958 ts64 = timespec_to_timespec64(*ts); in timekeeping_inject_offset()
1177 *ts64 = timespec_to_timespec64(ts); in read_persistent_clock64()
1200 *ts64 = timespec_to_timespec64(ts); in read_boot_clock64()