Symbol: SYSCALL_DEFINE5
arch/alpha/kernel/osf_sys.c
1022
SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp,
arch/alpha/kernel/osf_sys.c
749
SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer,
arch/alpha/kernel/osf_sys.c
806
SYSCALL_DEFINE5(osf_setsysinfo, unsigned long, op, void __user *, buffer,
arch/alpha/kernel/signal.c
90
SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act,
arch/mips/kernel/linux32.c
66
SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
arch/riscv/kernel/sys_hwprobe.c
606
SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs,
arch/s390/kernel/syscall.c
57
SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, unsigned long, second,
arch/sparc/kernel/sys_sparc_32.c
127
SYSCALL_DEFINE5(sparc_remap_file_pages, unsigned long, start, unsigned long, size,
arch/sparc/kernel/sys_sparc_32.c
177
SYSCALL_DEFINE5(rt_sigaction, int, sig,
arch/sparc/kernel/sys_sparc_64.c
495
SYSCALL_DEFINE5(64_mremap, unsigned long, addr, unsigned long, old_len,
arch/sparc/kernel/sys_sparc_64.c
625
SYSCALL_DEFINE5(utrap_install, utrap_entry_t, type,
arch/sparc/kernel/sys_sparc_64.c
693
SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act,
arch/x86/kernel/sys_ia32.c
112
SYSCALL_DEFINE5(ia32_fadvise64, int, fd, unsigned int, offset_lo,
arch/x86/kernel/sys_ia32.c
68
SYSCALL_DEFINE5(ia32_pread64, unsigned int, fd, char __user *, ubuf,
arch/x86/kernel/sys_ia32.c
75
SYSCALL_DEFINE5(ia32_pwrite64, unsigned int, fd, const char __user *, ubuf,
drivers/pci/syscall.c
15
SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn,
drivers/pci/syscall.c
86
SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn,
fs/aio.c
2250
SYSCALL_DEFINE5(io_getevents, aio_context_t, ctx_id,
fs/aio.c
2348
SYSCALL_DEFINE5(io_getevents_time32, __u32, ctx_id,
fs/exec.c
1934
SYSCALL_DEFINE5(execveat,
fs/fhandle.c
129
SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name,
fs/file_attr.c
374
SYSCALL_DEFINE5(file_getattr, int, dfd, const char __user *, filename,
fs/file_attr.c
427
SYSCALL_DEFINE5(file_setattr, int, dfd, const char __user *, filename,
fs/fsopen.c
350
SYSCALL_DEFINE5(fsconfig,
fs/namei.c
5841
SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname,
fs/namei.c
6174
SYSCALL_DEFINE5(renameat2, int, olddfd, const char __user *, oldname,
fs/namespace.c
4338
SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name,
fs/namespace.c
4536
SYSCALL_DEFINE5(move_mount,
fs/namespace.c
5104
SYSCALL_DEFINE5(mount_setattr, int, dfd, const char __user *, path,
fs/namespace.c
5145
SYSCALL_DEFINE5(open_tree_attr, int, dfd, const char __user *, filename,
fs/notify/fanotify/fanotify_user.c
2155
SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags,
fs/open.c
818
SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user,
fs/read_write.c
1176
SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec,
fs/read_write.c
1196
SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec,
fs/read_write.c
426
SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high,
fs/select.c
1086
SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds,
fs/select.c
1112
SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds,
fs/select.c
722
SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp,
fs/stat.c
804
SYSCALL_DEFINE5(statx,
fs/xattr.c
738
SYSCALL_DEFINE5(setxattr, const char __user *, pathname,
fs/xattr.c
745
SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname,
fs/xattr.c
753
SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name,
fs/xattr.c
978
SYSCALL_DEFINE5(listxattrat, int, dfd, const char __user *, pathname,
include/linux/syscalls.h
229
#define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
ipc/mqueue.c
1233
SYSCALL_DEFINE5(mq_timedsend, mqd_t, mqdes, const char __user *, u_msg_ptr,
ipc/mqueue.c
1247
SYSCALL_DEFINE5(mq_timedreceive, mqd_t, mqdes, char __user *, u_msg_ptr,
ipc/mqueue.c
1557
SYSCALL_DEFINE5(mq_timedsend_time32, mqd_t, mqdes,
ipc/mqueue.c
1572
SYSCALL_DEFINE5(mq_timedreceive_time32, mqd_t, mqdes,
ipc/msg.c
1270
SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz,
kernel/events/core.c
13805
SYSCALL_DEFINE5(perf_event_open,
kernel/exit.c
1813
SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *,
kernel/fork.c
2762
SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
kernel/futex/syscalls.c
318
SYSCALL_DEFINE5(futex_waitv, struct futex_waitv __user *, waiters,
kernel/kcmp.c
135
SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type,
kernel/kexec_file.c
364
SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd,
kernel/sys.c
2533
SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
mm/madvise.c
2107
SYSCALL_DEFINE5(process_madvise, int, pidfd, const struct iovec __user *, vec,
mm/mempolicy.c
1983
SYSCALL_DEFINE5(get_mempolicy, int __user *, policy,
mm/mmap.c
1085
SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
mm/mremap.c
1965
SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
mm/nommu.c
1578
SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
net/socket.c
2350
SYSCALL_DEFINE5(setsockopt, int, fd, int, level, int, optname,
net/socket.c
2416
SYSCALL_DEFINE5(getsockopt, int, fd, int, level, int, optname,
net/socket.c
3039
SYSCALL_DEFINE5(recvmmsg, int, fd, struct mmsghdr __user *, mmsg,
net/socket.c
3050
SYSCALL_DEFINE5(recvmmsg_time32, int, fd, struct mmsghdr __user *, mmsg,
security/keys/keyctl.c
1874
SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3,
security/keys/keyctl.c
74
SYSCALL_DEFINE5(add_key, const char __user *, _type,