Searched refs:SYSCALL_DEFINE2 (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/security/landlock/
H A Dsyscalls.c465 SYSCALL_DEFINE2(landlock_restrict_self, const int, ruleset_fd, const __u32, function
/linux-master/fs/
H A Dxattr.c942 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, function
948 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, function
954 SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name) function
H A Dfsopen.c115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) function
H A Dfile.c1393 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) function
H A Dnamei.c4164 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) function
4526 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) function
4708 SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) function
5082 SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) function
H A Dpipe.c1038 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) function
/linux-master/kernel/time/
H A Ditimer.c113 SYSCALL_DEFINE2(getitimer, int, which, struct __kernel_old_itimerval __user *, value) function
H A Dhrtimer.c2125 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, function
2147 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, function
/linux-master/kernel/futex/
H A Dsyscalls.c28 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, function
/linux-master/kernel/
H A Dnsproxy.c546 SYSCALL_DEFINE2(setns, int, fd, int, flags) function
H A Dpid.c629 SYSCALL_DEFINE2(pidfd_open, pid_t, pid, unsigned int, flags) function
H A Dsignal.c3267 SYSCALL_DEFINE2(rt_sigpending, sigset_t __user *, uset, size_t, sigsetsize) function
3826 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig) function
4044 SYSCALL_DEFINE2(tkill, pid_t, pid, int, sig) function
4303 SYSCALL_DEFINE2(sigaltstack,const stack_t __user *,uss, stack_t __user *,uoss) function
4662 SYSCALL_DEFINE2(signal, int, sig, __sighandler_t, handler) function
4709 SYSCALL_DEFINE2(rt_sigsuspend, sigset_t __user *, unewset, size_t, sigsetsize) function
/linux-master/arch/alpha/kernel/
H A Dsignal.c44 SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask) function
/linux-master/fs/notify/inotify/
H A Dinotify_user.c793 SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd) function
/linux-master/mm/
H A Dmprotect.c841 SYSCALL_DEFINE2(pkey_alloc, unsigned long, flags, unsigned long, init_val) function
H A Doom_kill.c1200 SYSCALL_DEFINE2(process_mrelease, int, pidfd, unsigned int, flags) function
H A Dnommu.c1500 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) function
/linux-master/arch/x86/kernel/
H A Dprocess_64.c961 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) function
H A Dvm86_32.c176 SYSCALL_DEFINE2(vm86, unsigned long, cmd, unsigned long, arg) function
/linux-master/include/linux/
H A Dsyscalls.h224 #define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__) macro
283 #define SYSCALL32_DEFINE2 SYSCALL_DEFINE2
/linux-master/ipc/
H A Dmsg.c315 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) function
H A Dmqueue.c1440 SYSCALL_DEFINE2(mq_notify, mqd_t, mqdes, function
/linux-master/net/
H A Dsocket.c1888 SYSCALL_DEFINE2(listen, int, fd, int, backlog) function
2443 SYSCALL_DEFINE2(shutdown, int, fd, int, how) function
3076 SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args) function
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1460 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) function
/linux-master/kernel/sched/
H A Dcore.c8141 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) function
8217 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) function
9141 SYSCALL_DEFINE2(sched_rr_get_interval, pid_t, pid, function
9154 SYSCALL_DEFINE2(sched_rr_get_interval_time32, pid_t, pid, function

Completed in 432 milliseconds

123