Searched defs:SYSCALL_DEFINE5 (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/mm/
H A Dmadvise.c1444 SYSCALL_DEFINE5(process_madvise, int, pidfd, const struct iovec __user *, vec, function
H A Dmmap.c2996 SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, function
H A Dnommu.c1578 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, function
H A Dmempolicy.c1759 SYSCALL_DEFINE5(get_mempolicy, int __user *, policy, function
H A Dmremap.c975 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, function
/linux-master/kernel/
H A Dfork.c2908 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, function
H A Dsys.c2448 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, function
H A Dkexec_file.c332 SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, function
H A Dexit.c1722 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *, function
/linux-master/fs/
H A Daio.c2257 SYSCALL_DEFINE5(io_getevents, aio_context_t, ctx_id, function
2355 SYSCALL_DEFINE5(io_getevents_time32, __u32, ctx_id, function
H A Dnamei.c4701 SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname, function
5068 SYSCALL_DEFINE5(renameat2, int, olddfd, const char __user *, oldname, function
H A Dexec.c2132 SYSCALL_DEFINE5(execveat, function
H A Dxattr.c683 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, function
690 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, function
697 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, function
H A Dselect.c726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, function
1102 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, function
1128 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, function
H A Dopen.c833 SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user, function
H A Dfhandle.c94 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, function
H A Dnamespace.c3875 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, function
4071 SYSCALL_DEFINE5(move_mount, function
4647 SYSCALL_DEFINE5(mount_setattr, int, dfd, const char __user *, path, function
H A Dstat.c699 SYSCALL_DEFINE5(statx, function
H A Dread_write.c325 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, function
1094 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, function
1114 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, function
/linux-master/net/
H A Dsocket.c2340 SYSCALL_DEFINE5(setsockopt, int, fd, int, level, int, optname, function
2409 SYSCALL_DEFINE5(getsockopt, int, fd, int, level, int, optname, function
3034 SYSCALL_DEFINE5(recvmmsg, int, fd, struct mmsghdr __user *, mmsg, function
3045 SYSCALL_DEFINE5(recvmmsg_time32, int, fd, struct mmsghdr __user *, mmsg, function
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c418 SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs, function
/linux-master/include/linux/
H A Dsyscalls.h227 #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__) macro
/linux-master/kernel/events/
H A Dcore.c12416 SYSCALL_DEFINE5(perf_event_open, function
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1972 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, function
/linux-master/security/keys/
H A Dkeyctl.c74 SYSCALL_DEFINE5(add_key, const char __user *, _type, function
1873 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, function

Completed in 450 milliseconds

12