Searched refs:fifth (Results 1 – 1 of 1) sorted by relevance
/ipc/ |
D | syscall.c | 21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc() argument 35 (const struct __kernel_timespec __user *)fifth); in ksys_ipc() 38 (const struct old_timespec32 __user *)fifth); in ksys_ipc() 73 second, fifth, third); in ksys_ipc() 111 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 113 return ksys_ipc(call, first, second, third, ptr, fifth); in SYSCALL_DEFINE6() 131 u32 third, compat_uptr_t ptr, u32 fifth) in compat_ksys_ipc() argument 147 compat_ptr(fifth)); in compat_ksys_ipc() 175 return compat_ksys_msgrcv(first, ptr, second, fifth, third); in compat_ksys_ipc() 206 u32, third, compat_uptr_t, ptr, u32, fifth) in COMPAT_SYSCALL_DEFINE6() argument [all …]
|