Searched refs:SYSCALL_DEFINE4 (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/kernel/
H A Dreboot.c715 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, function
H A Dsignal.c3195 SYSCALL_DEFINE4(rt_sigprocmask, int, how, sigset_t __user *, nset, function
3681 SYSCALL_DEFINE4(rt_sigtimedwait, const sigset_t __user *, uthese, function
3714 SYSCALL_DEFINE4(rt_sigtimedwait_time32, const sigset_t __user *, uthese, function
3901 SYSCALL_DEFINE4(pidfd_send_signal, int, pidfd, int, sig, function
4112 SYSCALL_DEFINE4(rt_tgsigqueueinfo, pid_t, tgid, pid_t, pid, int, sig, function
4486 SYSCALL_DEFINE4(rt_sigaction, int, sig, function
H A Dptrace.c1258 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, function
H A Dexit.c1813 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr, function
H A Dsys.c1693 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource, function
/linux-master/mm/
H A Dmprotect.c836 SYSCALL_DEFINE4(pkey_mprotect, unsigned long, start, size_t, len, function
H A Dmempolicy.c1536 SYSCALL_DEFINE4(set_mempolicy_home_node, unsigned long, start, unsigned long, len, function
1723 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode, function
H A Dfilemap.c4372 SYSCALL_DEFINE4(cachestat, unsigned int, fd, function
/linux-master/fs/quota/
H A Dquota.c917 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, function
973 SYSCALL_DEFINE4(quotactl_fd, unsigned int, fd, unsigned int, cmd, function
/linux-master/net/
H A Dsocket.c1819 SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol, function
2008 SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr, function
2211 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len, function
2268 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, function
2751 SYSCALL_DEFINE4(sendmmsg, int, fd, struct mmsghdr __user *, mmsg, function
/linux-master/fs/
H A Deventpoll.c2413 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, function
2471 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, function
H A Dsplice.c1598 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, uiov, function
2006 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) function
H A Dnamespace.c5000 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, function
5083 SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, u64 __user *, function
H A Dnamei.c4084 SYSCALL_DEFINE4(mknodat, int, dfd, const char __user *, filename, umode_t, mode, function
5082 SYSCALL_DEFINE4(renameat, int, olddfd, const char __user *, oldname, function
/linux-master/include/linux/
H A Dsyscalls.h226 #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) macro
285 #define SYSCALL32_DEFINE4 SYSCALL_DEFINE4
/linux-master/ipc/
H A Dmsg.c971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, function
H A Dmqueue.c943 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode, function
/linux-master/security/keys/
H A Dkeyctl.c167 SYSCALL_DEFINE4(request_key, const char __user *, _type, function
/linux-master/kernel/sched/
H A Dcore.c8290 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, function

Completed in 575 milliseconds

12