Searched defs:SYSCALL_DEFINE3 (Results 51 - 75 of 76) sorted by path

1234

/linux-master/ipc/
H A Dmsg.c640 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) function
653 SYSCALL_DEFINE3(old_msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) function
H A Dsem.c624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) function
2296 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, function
H A Dshm.c846 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) function
1295 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) function
1308 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) function
1692 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) function
/linux-master/kernel/bpf/
H A Dsyscall.c5765 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) function
/linux-master/kernel/
H A Dexit.c1833 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) function
H A Dpid.c746 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, function
H A Dseccomp.c2071 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, function
H A Dsignal.c4028 SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid_t, pid, int, sig) function
4072 SYSCALL_DEFINE3(rt_sigqueueinfo, pid_t, pid, int, sig, function
4438 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, function
4558 SYSCALL_DEFINE3(sigaction, int, sig, function
4746 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) function
H A Dsys.c218 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) function
742 SYSCALL_DEFINE3(setresuid, uid_t, ruid, uid_t, euid, uid_t, suid) function
747 SYSCALL_DEFINE3(getresuid, uid_t __user *, ruidp, uid_t __user *, euidp, uid_t __user *, suidp) function
831 SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid) function
836 SYSCALL_DEFINE3(getresgid, gid_t __user *, rgidp, gid_t __user *, egidp, gid_t __user *, sgidp) function
2770 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, function
/linux-master/kernel/futex/
H A Dsyscalls.c48 SYSCALL_DEFINE3(get_robust_list, int, pid, function
/linux-master/kernel/module/
H A Dmain.c3058 SYSCALL_DEFINE3(init_module, void __user *, umod, function
3189 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) function
/linux-master/kernel/printk/
H A Dprintk.c1824 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) function
/linux-master/kernel/sched/
H A Dcore.c8126 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) function
8152 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, function
8482 SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len, function
8527 SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len, function
H A Dmembarrier.c625 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) function
/linux-master/kernel/time/
H A Ditimer.c332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, function
H A Dposix-timers.c530 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, function
/linux-master/mm/
H A Dmadvise.c1439 SYSCALL_DEFINE3(madvise, unsigned long, start, size_t, len_in, int, behavior) function
H A Dmempolicy.c1629 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, function
H A Dmincore.c232 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, function
H A Dmlock.c675 SYSCALL_DEFINE3(mlock2, unsigned long, start, size_t, len, int, flags) function
H A Dmprotect.c827 SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len, function
H A Dmsync.c32 SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags) function
H A Dreadahead.c741 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) function
/linux-master/net/
H A Dsocket.c1718 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) function
1856 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) function
2013 SYSCALL_DEFINE3(accept, int, fd, struct sockaddr __user *, upeer_sockaddr, function
2072 SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr, function
2110 SYSCALL_DEFINE3(getsockname, int, fd, struct sockaddr __user *, usockaddr, function
2148 SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr, function
2674 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) function
2882 SYSCALL_DEFINE3(recvmsg, int, fd, struct user_msghdr __user *, msg, function
/linux-master/security/landlock/
H A Dsyscalls.c177 SYSCALL_DEFINE3(landlock_create_ruleset, function

Completed in 456 milliseconds

1234