Searched refs:ppoll_time32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 347 COND_SYSCALL(ppoll_time32); 348 COND_SYSCALL_COMPAT(ppoll_time32);
|
/openbmc/linux/fs/ |
H A D | select.c | 1124 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, 1396 COMPAT_SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, 1127 SYSCALL_DEFINE5(ppoll_time32,struct pollfd __user *,ufds,unsigned int,nfds,struct old_timespec32 __user *,tsp,const sigset_t __user *,sigmask,size_t,sigsetsize) SYSCALL_DEFINE5() argument 1399 COMPAT_SYSCALL_DEFINE5(ppoll_time32,struct pollfd __user *,ufds,unsigned int,nfds,struct old_timespec32 __user *,tsp,const compat_sigset_t __user *,sigmask,compat_size_t,sigsetsize) COMPAT_SYSCALL_DEFINE5() argument
|