otmr              541 fs/timerfd.c   		struct __kernel_itimerspec __user *, otmr)
otmr              551 fs/timerfd.c   	if (otmr && put_itimerspec64(&old, otmr))
otmr              557 fs/timerfd.c   SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct __kernel_itimerspec __user *, otmr)
otmr              563 fs/timerfd.c   	return put_itimerspec64(&kotmr, otmr) ? -EFAULT : 0;
otmr              569 fs/timerfd.c   		struct old_itimerspec32 __user *, otmr)
otmr              579 fs/timerfd.c   	if (otmr && put_old_itimerspec32(&old, otmr))
otmr              585 fs/timerfd.c   		struct old_itimerspec32 __user *, otmr)
otmr              591 fs/timerfd.c   	return put_old_itimerspec32(&kotmr, otmr) ? -EFAULT : 0;
otmr              535 include/linux/syscalls.h 				    struct __kernel_itimerspec __user *otmr);
otmr              536 include/linux/syscalls.h asmlinkage long sys_timerfd_gettime(int ufd, struct __kernel_itimerspec __user *otmr);
otmr              538 include/linux/syscalls.h 				   struct old_itimerspec32 __user *otmr);
otmr              541 include/linux/syscalls.h 				   struct old_itimerspec32 __user *otmr);