Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcompat_time.h27 extern int get_compat_itimerspec64(struct itimerspec64 *its,
Dtime32.h220 #define get_old_itimerspec32 get_compat_itimerspec64
/Linux-v4.19/kernel/time/
Dtime.c961 int get_compat_itimerspec64(struct itimerspec64 *its, in get_compat_itimerspec64() function
970 EXPORT_SYMBOL_GPL(get_compat_itimerspec64);
Dposix-timers.c940 if (get_compat_itimerspec64(&new_spec, new)) in COMPAT_SYSCALL_DEFINE4()
/Linux-v4.19/fs/
Dtimerfd.c570 if (get_compat_itimerspec64(&new, utmr)) in COMPAT_SYSCALL_DEFINE4()