Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dfutex_compat.c192 t = timespec_to_ktime(ts); in COMPAT_SYSCALL_DEFINE6()
Dfutex.c3576 t = timespec_to_ktime(ts); in SYSCALL_DEFINE6()
Dsignal.c3095 timeout = timespec_to_ktime(*ts); in do_sigtimedwait()
/Linux-v4.19/include/linux/
Dktime.h70 static inline ktime_t timespec_to_ktime(struct timespec ts) in timespec_to_ktime() function