Home
last modified time | relevance | path

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

/fs/
Dtimerfd.c458 struct itimerspec __user *, otmr) in SYSCALL_DEFINE4() argument
468 if (otmr && copy_to_user(otmr, &old, sizeof(old))) in SYSCALL_DEFINE4()
474 SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct itimerspec __user *, otmr) in SYSCALL_DEFINE2() argument
480 return copy_to_user(otmr, &kotmr, sizeof(kotmr)) ? -EFAULT: 0; in SYSCALL_DEFINE2()
486 struct compat_itimerspec __user *, otmr) in COMPAT_SYSCALL_DEFINE4() argument
496 if (otmr && put_compat_itimerspec(otmr, &old)) in COMPAT_SYSCALL_DEFINE4()
502 struct compat_itimerspec __user *, otmr) in COMPAT_SYSCALL_DEFINE2() argument
508 return put_compat_itimerspec(otmr, &kotmr) ? -EFAULT: 0; in COMPAT_SYSCALL_DEFINE2()