Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcompat_time.h29 extern int put_compat_itimerspec64(const struct itimerspec64 *its,
Dtime32.h221 #define put_old_itimerspec32 put_compat_itimerspec64
/Linux-v4.19/fs/
Dtimerfd.c575 if (otmr && put_compat_itimerspec64(&old, otmr)) in COMPAT_SYSCALL_DEFINE4()
587 return put_compat_itimerspec64(&kotmr, otmr) ? -EFAULT : 0; in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/kernel/time/
Dtime.c972 int put_compat_itimerspec64(const struct itimerspec64 *its, in put_compat_itimerspec64() function
980 EXPORT_SYMBOL_GPL(put_compat_itimerspec64);
Dposix-timers.c764 if (put_compat_itimerspec64(&cur_setting, setting)) in COMPAT_SYSCALL_DEFINE2()
945 if (put_compat_itimerspec64(&old_spec, old)) in COMPAT_SYSCALL_DEFINE4()