Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dcompat.c887 compat_sys_rt_sigtimedwait (compat_sigset_t __user *uthese, in compat_sys_rt_sigtimedwait() argument
901 if (copy_from_user(&s32, uthese, sizeof(compat_sigset_t))) in compat_sys_rt_sigtimedwait()
Dsignal.c2294 SYSCALL_DEFINE4(rt_sigtimedwait, const sigset_t __user *, uthese, in SYSCALL_DEFINE4() argument
2308 if (copy_from_user(&these, uthese, sizeof(these))) in SYSCALL_DEFINE4()
/linux-2.6.39/include/linux/
Dsyscalls.h376 asmlinkage long sys_rt_sigtimedwait(const sigset_t __user *uthese,