Searched refs:otmr (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ |
D | timerfd.c | 516 struct itimerspec __user *, otmr) in SYSCALL_DEFINE4() argument 526 if (otmr && copy_to_user(otmr, &old, sizeof(old))) in SYSCALL_DEFINE4() 532 SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct itimerspec __user *, otmr) in SYSCALL_DEFINE2() argument 538 return copy_to_user(otmr, &kotmr, sizeof(kotmr)) ? -EFAULT: 0; in SYSCALL_DEFINE2() 544 struct compat_itimerspec __user *, otmr) in COMPAT_SYSCALL_DEFINE4() argument 554 if (otmr && put_compat_itimerspec(otmr, &old)) in COMPAT_SYSCALL_DEFINE4() 560 struct compat_itimerspec __user *, otmr) in COMPAT_SYSCALL_DEFINE2() argument 566 return put_compat_itimerspec(otmr, &kotmr) ? -EFAULT: 0; in COMPAT_SYSCALL_DEFINE2()
|
/linux-4.4.14/include/linux/ |
D | compat.h | 469 struct compat_itimerspec __user *otmr); 471 struct compat_itimerspec __user *otmr);
|
D | syscalls.h | 808 struct itimerspec __user *otmr); 809 asmlinkage long sys_timerfd_gettime(int ufd, struct itimerspec __user *otmr);
|