#[non_exhaustive]#[repr(usize)]pub enum Sysno {
Show 362 variants
read = 0,
write = 1,
open = 2,
close = 3,
stat = 4,
fstat = 5,
lstat = 6,
poll = 7,
lseek = 8,
mmap = 9,
mprotect = 10,
munmap = 11,
brk = 12,
rt_sigaction = 13,
rt_sigprocmask = 14,
rt_sigreturn = 15,
ioctl = 16,
pread64 = 17,
pwrite64 = 18,
readv = 19,
writev = 20,
access = 21,
pipe = 22,
select = 23,
sched_yield = 24,
mremap = 25,
msync = 26,
mincore = 27,
madvise = 28,
shmget = 29,
shmat = 30,
shmctl = 31,
dup = 32,
dup2 = 33,
pause = 34,
nanosleep = 35,
getitimer = 36,
alarm = 37,
setitimer = 38,
getpid = 39,
sendfile = 40,
socket = 41,
connect = 42,
accept = 43,
sendto = 44,
recvfrom = 45,
sendmsg = 46,
recvmsg = 47,
shutdown = 48,
bind = 49,
listen = 50,
getsockname = 51,
getpeername = 52,
socketpair = 53,
setsockopt = 54,
getsockopt = 55,
clone = 56,
fork = 57,
vfork = 58,
execve = 59,
exit = 60,
wait4 = 61,
kill = 62,
uname = 63,
semget = 64,
semop = 65,
semctl = 66,
shmdt = 67,
msgget = 68,
msgsnd = 69,
msgrcv = 70,
msgctl = 71,
fcntl = 72,
flock = 73,
fsync = 74,
fdatasync = 75,
truncate = 76,
ftruncate = 77,
getdents = 78,
getcwd = 79,
chdir = 80,
fchdir = 81,
rename = 82,
mkdir = 83,
rmdir = 84,
creat = 85,
link = 86,
unlink = 87,
symlink = 88,
readlink = 89,
chmod = 90,
fchmod = 91,
chown = 92,
fchown = 93,
lchown = 94,
umask = 95,
gettimeofday = 96,
getrlimit = 97,
getrusage = 98,
sysinfo = 99,
times = 100,
ptrace = 101,
getuid = 102,
syslog = 103,
getgid = 104,
setuid = 105,
setgid = 106,
geteuid = 107,
getegid = 108,
setpgid = 109,
getppid = 110,
getpgrp = 111,
setsid = 112,
setreuid = 113,
setregid = 114,
getgroups = 115,
setgroups = 116,
setresuid = 117,
getresuid = 118,
setresgid = 119,
getresgid = 120,
getpgid = 121,
setfsuid = 122,
setfsgid = 123,
getsid = 124,
capget = 125,
capset = 126,
rt_sigpending = 127,
rt_sigtimedwait = 128,
rt_sigqueueinfo = 129,
rt_sigsuspend = 130,
sigaltstack = 131,
utime = 132,
mknod = 133,
uselib = 134,
personality = 135,
ustat = 136,
statfs = 137,
fstatfs = 138,
sysfs = 139,
getpriority = 140,
setpriority = 141,
sched_setparam = 142,
sched_getparam = 143,
sched_setscheduler = 144,
sched_getscheduler = 145,
sched_get_priority_max = 146,
sched_get_priority_min = 147,
sched_rr_get_interval = 148,
mlock = 149,
munlock = 150,
mlockall = 151,
munlockall = 152,
vhangup = 153,
modify_ldt = 154,
pivot_root = 155,
_sysctl = 156,
prctl = 157,
arch_prctl = 158,
adjtimex = 159,
setrlimit = 160,
chroot = 161,
sync = 162,
acct = 163,
settimeofday = 164,
mount = 165,
umount2 = 166,
swapon = 167,
swapoff = 168,
reboot = 169,
sethostname = 170,
setdomainname = 171,
iopl = 172,
ioperm = 173,
create_module = 174,
init_module = 175,
delete_module = 176,
get_kernel_syms = 177,
query_module = 178,
quotactl = 179,
nfsservctl = 180,
getpmsg = 181,
putpmsg = 182,
afs_syscall = 183,
tuxcall = 184,
security = 185,
gettid = 186,
readahead = 187,
setxattr = 188,
lsetxattr = 189,
fsetxattr = 190,
getxattr = 191,
lgetxattr = 192,
fgetxattr = 193,
listxattr = 194,
llistxattr = 195,
flistxattr = 196,
removexattr = 197,
lremovexattr = 198,
fremovexattr = 199,
tkill = 200,
time = 201,
futex = 202,
sched_setaffinity = 203,
sched_getaffinity = 204,
set_thread_area = 205,
io_setup = 206,
io_destroy = 207,
io_getevents = 208,
io_submit = 209,
io_cancel = 210,
get_thread_area = 211,
lookup_dcookie = 212,
epoll_create = 213,
epoll_ctl_old = 214,
epoll_wait_old = 215,
remap_file_pages = 216,
getdents64 = 217,
set_tid_address = 218,
restart_syscall = 219,
semtimedop = 220,
fadvise64 = 221,
timer_create = 222,
timer_settime = 223,
timer_gettime = 224,
timer_getoverrun = 225,
timer_delete = 226,
clock_settime = 227,
clock_gettime = 228,
clock_getres = 229,
clock_nanosleep = 230,
exit_group = 231,
epoll_wait = 232,
epoll_ctl = 233,
tgkill = 234,
utimes = 235,
vserver = 236,
mbind = 237,
set_mempolicy = 238,
get_mempolicy = 239,
mq_open = 240,
mq_unlink = 241,
mq_timedsend = 242,
mq_timedreceive = 243,
mq_notify = 244,
mq_getsetattr = 245,
kexec_load = 246,
waitid = 247,
add_key = 248,
request_key = 249,
keyctl = 250,
ioprio_set = 251,
ioprio_get = 252,
inotify_init = 253,
inotify_add_watch = 254,
inotify_rm_watch = 255,
migrate_pages = 256,
openat = 257,
mkdirat = 258,
mknodat = 259,
fchownat = 260,
futimesat = 261,
newfstatat = 262,
unlinkat = 263,
renameat = 264,
linkat = 265,
symlinkat = 266,
readlinkat = 267,
fchmodat = 268,
faccessat = 269,
pselect6 = 270,
ppoll = 271,
unshare = 272,
set_robust_list = 273,
get_robust_list = 274,
splice = 275,
tee = 276,
sync_file_range = 277,
vmsplice = 278,
move_pages = 279,
utimensat = 280,
epoll_pwait = 281,
signalfd = 282,
timerfd_create = 283,
eventfd = 284,
fallocate = 285,
timerfd_settime = 286,
timerfd_gettime = 287,
accept4 = 288,
signalfd4 = 289,
eventfd2 = 290,
epoll_create1 = 291,
dup3 = 292,
pipe2 = 293,
inotify_init1 = 294,
preadv = 295,
pwritev = 296,
rt_tgsigqueueinfo = 297,
perf_event_open = 298,
recvmmsg = 299,
fanotify_init = 300,
fanotify_mark = 301,
prlimit64 = 302,
name_to_handle_at = 303,
open_by_handle_at = 304,
clock_adjtime = 305,
syncfs = 306,
sendmmsg = 307,
setns = 308,
getcpu = 309,
process_vm_readv = 310,
process_vm_writev = 311,
kcmp = 312,
finit_module = 313,
sched_setattr = 314,
sched_getattr = 315,
renameat2 = 316,
seccomp = 317,
getrandom = 318,
memfd_create = 319,
kexec_file_load = 320,
bpf = 321,
execveat = 322,
userfaultfd = 323,
membarrier = 324,
mlock2 = 325,
copy_file_range = 326,
preadv2 = 327,
pwritev2 = 328,
pkey_mprotect = 329,
pkey_alloc = 330,
pkey_free = 331,
statx = 332,
io_pgetevents = 333,
rseq = 334,
pidfd_send_signal = 424,
io_uring_setup = 425,
io_uring_enter = 426,
io_uring_register = 427,
open_tree = 428,
move_mount = 429,
fsopen = 430,
fsconfig = 431,
fsmount = 432,
fspick = 433,
pidfd_open = 434,
clone3 = 435,
close_range = 436,
openat2 = 437,
pidfd_getfd = 438,
faccessat2 = 439,
process_madvise = 440,
epoll_pwait2 = 441,
mount_setattr = 442,
quotactl_fd = 443,
landlock_create_ruleset = 444,
landlock_add_rule = 445,
landlock_restrict_self = 446,
memfd_secret = 447,
process_mrelease = 448,
futex_waitv = 449,
set_mempolicy_home_node = 450,
}Expand description
List of system call numbers.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
read = 0
See doc at read(2).
write = 1
See doc at write(2).
open = 2
See doc at open(2).
close = 3
See doc at close(2).
stat = 4
See doc at stat(2).
fstat = 5
See doc at fstat(2).
lstat = 6
See doc at lstat(2).
poll = 7
See doc at poll(2).
lseek = 8
See doc at lseek(2).
mmap = 9
See doc at mmap(2).
mprotect = 10
See doc at mprotect(2).
munmap = 11
See doc at munmap(2).
brk = 12
See doc at brk(2).
rt_sigaction = 13
See doc at rt_sigaction(2).
rt_sigprocmask = 14
See doc at rt_sigprocmask(2).
rt_sigreturn = 15
See doc at rt_sigreturn(2).
ioctl = 16
See doc at ioctl(2).
pread64 = 17
See doc at pread64(2).
pwrite64 = 18
See doc at pwrite64(2).
readv = 19
See doc at readv(2).
writev = 20
See doc at writev(2).
access = 21
See doc at access(2).
pipe = 22
See doc at pipe(2).
select = 23
See doc at select(2).
sched_yield = 24
See doc at sched_yield(2).
mremap = 25
See doc at mremap(2).
msync = 26
See doc at msync(2).
mincore = 27
See doc at mincore(2).
madvise = 28
See doc at madvise(2).
shmget = 29
See doc at shmget(2).
shmat = 30
See doc at shmat(2).
shmctl = 31
See doc at shmctl(2).
dup = 32
See doc at dup(2).
dup2 = 33
See doc at dup2(2).
pause = 34
See doc at pause(2).
nanosleep = 35
See doc at nanosleep(2).
getitimer = 36
See doc at getitimer(2).
alarm = 37
See doc at alarm(2).
setitimer = 38
See doc at setitimer(2).
getpid = 39
See doc at getpid(2).
sendfile = 40
See doc at sendfile(2).
socket = 41
See doc at socket(2).
connect = 42
See doc at connect(2).
accept = 43
See doc at accept(2).
sendto = 44
See doc at sendto(2).
recvfrom = 45
See doc at recvfrom(2).
sendmsg = 46
See doc at sendmsg(2).
recvmsg = 47
See doc at recvmsg(2).
shutdown = 48
See doc at shutdown(2).
bind = 49
See doc at bind(2).
listen = 50
See doc at listen(2).
getsockname = 51
See doc at getsockname(2).
getpeername = 52
See doc at getpeername(2).
socketpair = 53
See doc at socketpair(2).
setsockopt = 54
See doc at setsockopt(2).
getsockopt = 55
See doc at getsockopt(2).
clone = 56
See doc at clone(2).
fork = 57
See doc at fork(2).
vfork = 58
See doc at vfork(2).
execve = 59
See doc at execve(2).
exit = 60
See doc at exit(2).
wait4 = 61
See doc at wait4(2).
kill = 62
See doc at kill(2).
uname = 63
See doc at uname(2).
semget = 64
See doc at semget(2).
semop = 65
See doc at semop(2).
semctl = 66
See doc at semctl(2).
shmdt = 67
See doc at shmdt(2).
msgget = 68
See doc at msgget(2).
msgsnd = 69
See doc at msgsnd(2).
msgrcv = 70
See doc at msgrcv(2).
msgctl = 71
See doc at msgctl(2).
fcntl = 72
See doc at fcntl(2).
flock = 73
See doc at flock(2).
fsync = 74
See doc at fsync(2).
fdatasync = 75
See doc at fdatasync(2).
truncate = 76
See doc at truncate(2).
ftruncate = 77
See doc at ftruncate(2).
getdents = 78
See doc at getdents(2).
getcwd = 79
See doc at getcwd(2).
chdir = 80
See doc at chdir(2).
fchdir = 81
See doc at fchdir(2).
rename = 82
See doc at rename(2).
mkdir = 83
See doc at mkdir(2).
rmdir = 84
See doc at rmdir(2).
creat = 85
See doc at creat(2).
link = 86
See doc at link(2).
unlink = 87
See doc at unlink(2).
symlink = 88
See doc at symlink(2).
readlink = 89
See doc at readlink(2).
chmod = 90
See doc at chmod(2).
fchmod = 91
See doc at fchmod(2).
chown = 92
See doc at chown(2).
fchown = 93
See doc at fchown(2).
lchown = 94
See doc at lchown(2).
umask = 95
See doc at umask(2).
gettimeofday = 96
See doc at gettimeofday(2).
getrlimit = 97
See doc at getrlimit(2).
getrusage = 98
See doc at getrusage(2).
sysinfo = 99
See doc at sysinfo(2).
times = 100
See doc at times(2).
ptrace = 101
See doc at ptrace(2).
getuid = 102
See doc at getuid(2).
syslog = 103
See doc at syslog(2).
getgid = 104
See doc at getgid(2).
setuid = 105
See doc at setuid(2).
setgid = 106
See doc at setgid(2).
geteuid = 107
See doc at geteuid(2).
getegid = 108
See doc at getegid(2).
setpgid = 109
See doc at setpgid(2).
getppid = 110
See doc at getppid(2).
getpgrp = 111
See doc at getpgrp(2).
setsid = 112
See doc at setsid(2).
setreuid = 113
See doc at setreuid(2).
setregid = 114
See doc at setregid(2).
getgroups = 115
See doc at getgroups(2).
setgroups = 116
See doc at setgroups(2).
setresuid = 117
See doc at setresuid(2).
getresuid = 118
See doc at getresuid(2).
setresgid = 119
See doc at setresgid(2).
getresgid = 120
See doc at getresgid(2).
getpgid = 121
See doc at getpgid(2).
setfsuid = 122
See doc at setfsuid(2).
setfsgid = 123
See doc at setfsgid(2).
getsid = 124
See doc at getsid(2).
capget = 125
See doc at capget(2).
capset = 126
See doc at capset(2).
rt_sigpending = 127
See doc at rt_sigpending(2).
rt_sigtimedwait = 128
See doc at rt_sigtimedwait(2).
rt_sigqueueinfo = 129
See doc at rt_sigqueueinfo(2).
rt_sigsuspend = 130
See doc at rt_sigsuspend(2).
sigaltstack = 131
See doc at sigaltstack(2).
utime = 132
See doc at utime(2).
mknod = 133
See doc at mknod(2).
uselib = 134
See doc at uselib(2).
personality = 135
See doc at personality(2).
ustat = 136
See doc at ustat(2).
statfs = 137
See doc at statfs(2).
fstatfs = 138
See doc at fstatfs(2).
sysfs = 139
See doc at sysfs(2).
getpriority = 140
See doc at getpriority(2).
setpriority = 141
See doc at setpriority(2).
sched_setparam = 142
See doc at sched_setparam(2).
sched_getparam = 143
See doc at sched_getparam(2).
sched_setscheduler = 144
See doc at sched_setscheduler(2).
sched_getscheduler = 145
See doc at sched_getscheduler(2).
sched_get_priority_max = 146
See doc at sched_get_priority_max(2).
sched_get_priority_min = 147
See doc at sched_get_priority_min(2).
sched_rr_get_interval = 148
See doc at sched_rr_get_interval(2).
mlock = 149
See doc at mlock(2).
munlock = 150
See doc at munlock(2).
mlockall = 151
See doc at mlockall(2).
munlockall = 152
See doc at munlockall(2).
vhangup = 153
See doc at vhangup(2).
modify_ldt = 154
See doc at modify_ldt(2).
pivot_root = 155
See doc at pivot_root(2).
_sysctl = 156
See doc at _sysctl(2).
prctl = 157
See doc at prctl(2).
arch_prctl = 158
See doc at arch_prctl(2).
adjtimex = 159
See doc at adjtimex(2).
setrlimit = 160
See doc at setrlimit(2).
chroot = 161
See doc at chroot(2).
sync = 162
See doc at sync(2).
acct = 163
See doc at acct(2).
settimeofday = 164
See doc at settimeofday(2).
mount = 165
See doc at mount(2).
umount2 = 166
See doc at umount2(2).
swapon = 167
See doc at swapon(2).
swapoff = 168
See doc at swapoff(2).
reboot = 169
See doc at reboot(2).
sethostname = 170
See doc at sethostname(2).
setdomainname = 171
See doc at setdomainname(2).
iopl = 172
See doc at iopl(2).
ioperm = 173
See doc at ioperm(2).
create_module = 174
See doc at create_module(2).
init_module = 175
See doc at init_module(2).
delete_module = 176
See doc at delete_module(2).
get_kernel_syms = 177
See doc at get_kernel_syms(2).
query_module = 178
See doc at query_module(2).
quotactl = 179
See doc at quotactl(2).
nfsservctl = 180
See doc at nfsservctl(2).
getpmsg = 181
See doc at getpmsg(2).
putpmsg = 182
See doc at putpmsg(2).
afs_syscall = 183
See doc at afs_syscall(2).
tuxcall = 184
See doc at tuxcall(2).
security = 185
See doc at security(2).
gettid = 186
See doc at gettid(2).
readahead = 187
See doc at readahead(2).
setxattr = 188
See doc at setxattr(2).
lsetxattr = 189
See doc at lsetxattr(2).
fsetxattr = 190
See doc at fsetxattr(2).
getxattr = 191
See doc at getxattr(2).
lgetxattr = 192
See doc at lgetxattr(2).
fgetxattr = 193
See doc at fgetxattr(2).
listxattr = 194
See doc at listxattr(2).
llistxattr = 195
See doc at llistxattr(2).
flistxattr = 196
See doc at flistxattr(2).
removexattr = 197
See doc at removexattr(2).
lremovexattr = 198
See doc at lremovexattr(2).
fremovexattr = 199
See doc at fremovexattr(2).
tkill = 200
See doc at tkill(2).
time = 201
See doc at time(2).
futex = 202
See doc at futex(2).
sched_setaffinity = 203
See doc at sched_setaffinity(2).
sched_getaffinity = 204
See doc at sched_getaffinity(2).
set_thread_area = 205
See doc at set_thread_area(2).
io_setup = 206
See doc at io_setup(2).
io_destroy = 207
See doc at io_destroy(2).
io_getevents = 208
See doc at io_getevents(2).
io_submit = 209
See doc at io_submit(2).
io_cancel = 210
See doc at io_cancel(2).
get_thread_area = 211
See doc at get_thread_area(2).
See doc at lookup_dcookie(2).
epoll_create = 213
See doc at epoll_create(2).
epoll_ctl_old = 214
See doc at epoll_ctl_old(2).
epoll_wait_old = 215
See doc at epoll_wait_old(2).
remap_file_pages = 216
See doc at remap_file_pages(2).
getdents64 = 217
See doc at getdents64(2).
set_tid_address = 218
See doc at set_tid_address(2).
restart_syscall = 219
See doc at restart_syscall(2).
semtimedop = 220
See doc at semtimedop(2).
fadvise64 = 221
See doc at fadvise64(2).
timer_create = 222
See doc at timer_create(2).
timer_settime = 223
See doc at timer_settime(2).
timer_gettime = 224
See doc at timer_gettime(2).
timer_getoverrun = 225
See doc at timer_getoverrun(2).
timer_delete = 226
See doc at timer_delete(2).
clock_settime = 227
See doc at clock_settime(2).
clock_gettime = 228
See doc at clock_gettime(2).
clock_getres = 229
See doc at clock_getres(2).
clock_nanosleep = 230
See doc at clock_nanosleep(2).
exit_group = 231
See doc at exit_group(2).
epoll_wait = 232
See doc at epoll_wait(2).
epoll_ctl = 233
See doc at epoll_ctl(2).
tgkill = 234
See doc at tgkill(2).
utimes = 235
See doc at utimes(2).
vserver = 236
See doc at vserver(2).
mbind = 237
See doc at mbind(2).
set_mempolicy = 238
See doc at set_mempolicy(2).
get_mempolicy = 239
See doc at get_mempolicy(2).
mq_open = 240
See doc at mq_open(2).
mq_unlink = 241
See doc at mq_unlink(2).
mq_timedsend = 242
See doc at mq_timedsend(2).
mq_timedreceive = 243
See doc at mq_timedreceive(2).
mq_notify = 244
See doc at mq_notify(2).
mq_getsetattr = 245
See doc at mq_getsetattr(2).
kexec_load = 246
See doc at kexec_load(2).
waitid = 247
See doc at waitid(2).
add_key = 248
See doc at add_key(2).
request_key = 249
See doc at request_key(2).
keyctl = 250
See doc at keyctl(2).
ioprio_set = 251
See doc at ioprio_set(2).
ioprio_get = 252
See doc at ioprio_get(2).
inotify_init = 253
See doc at inotify_init(2).
inotify_add_watch = 254
See doc at inotify_add_watch(2).
inotify_rm_watch = 255
See doc at inotify_rm_watch(2).
migrate_pages = 256
See doc at migrate_pages(2).
openat = 257
See doc at openat(2).
mkdirat = 258
See doc at mkdirat(2).
mknodat = 259
See doc at mknodat(2).
fchownat = 260
See doc at fchownat(2).
futimesat = 261
See doc at futimesat(2).
newfstatat = 262
See doc at newfstatat(2).
unlinkat = 263
See doc at unlinkat(2).
renameat = 264
See doc at renameat(2).
linkat = 265
See doc at linkat(2).
symlinkat = 266
See doc at symlinkat(2).
readlinkat = 267
See doc at readlinkat(2).
fchmodat = 268
See doc at fchmodat(2).
faccessat = 269
See doc at faccessat(2).
pselect6 = 270
See doc at pselect6(2).
ppoll = 271
See doc at ppoll(2).
See doc at unshare(2).
set_robust_list = 273
See doc at set_robust_list(2).
get_robust_list = 274
See doc at get_robust_list(2).
splice = 275
See doc at splice(2).
tee = 276
See doc at tee(2).
sync_file_range = 277
See doc at sync_file_range(2).
vmsplice = 278
See doc at vmsplice(2).
move_pages = 279
See doc at move_pages(2).
utimensat = 280
See doc at utimensat(2).
epoll_pwait = 281
See doc at epoll_pwait(2).
signalfd = 282
See doc at signalfd(2).
timerfd_create = 283
See doc at timerfd_create(2).
eventfd = 284
See doc at eventfd(2).
fallocate = 285
See doc at fallocate(2).
timerfd_settime = 286
See doc at timerfd_settime(2).
timerfd_gettime = 287
See doc at timerfd_gettime(2).
accept4 = 288
See doc at accept4(2).
signalfd4 = 289
See doc at signalfd4(2).
eventfd2 = 290
See doc at eventfd2(2).
epoll_create1 = 291
See doc at epoll_create1(2).
dup3 = 292
See doc at dup3(2).
pipe2 = 293
See doc at pipe2(2).
inotify_init1 = 294
See doc at inotify_init1(2).
preadv = 295
See doc at preadv(2).
pwritev = 296
See doc at pwritev(2).
rt_tgsigqueueinfo = 297
See doc at rt_tgsigqueueinfo(2).
perf_event_open = 298
See doc at perf_event_open(2).
recvmmsg = 299
See doc at recvmmsg(2).
fanotify_init = 300
See doc at fanotify_init(2).
fanotify_mark = 301
See doc at fanotify_mark(2).
prlimit64 = 302
See doc at prlimit64(2).
name_to_handle_at = 303
See doc at name_to_handle_at(2).
open_by_handle_at = 304
See doc at open_by_handle_at(2).
clock_adjtime = 305
See doc at clock_adjtime(2).
syncfs = 306
See doc at syncfs(2).
sendmmsg = 307
See doc at sendmmsg(2).
setns = 308
See doc at setns(2).
getcpu = 309
See doc at getcpu(2).
process_vm_readv = 310
See doc at process_vm_readv(2).
process_vm_writev = 311
See doc at process_vm_writev(2).
kcmp = 312
See doc at kcmp(2).
finit_module = 313
See doc at finit_module(2).
sched_setattr = 314
See doc at sched_setattr(2).
sched_getattr = 315
See doc at sched_getattr(2).
renameat2 = 316
See doc at renameat2(2).
seccomp = 317
See doc at seccomp(2).
getrandom = 318
See doc at getrandom(2).
memfd_create = 319
See doc at memfd_create(2).
kexec_file_load = 320
See doc at kexec_file_load(2).
bpf = 321
See doc at bpf(2).
execveat = 322
See doc at execveat(2).
userfaultfd = 323
See doc at userfaultfd(2).
membarrier = 324
See doc at membarrier(2).
mlock2 = 325
See doc at mlock2(2).
copy_file_range = 326
See doc at copy_file_range(2).
preadv2 = 327
See doc at preadv2(2).
pwritev2 = 328
See doc at pwritev2(2).
pkey_mprotect = 329
See doc at pkey_mprotect(2).
pkey_alloc = 330
See doc at pkey_alloc(2).
pkey_free = 331
See doc at pkey_free(2).
statx = 332
See doc at statx(2).
io_pgetevents = 333
See doc at io_pgetevents(2).
rseq = 334
See doc at rseq(2).
pidfd_send_signal = 424
See doc at pidfd_send_signal(2).
io_uring_setup = 425
See doc at io_uring_setup(2).
io_uring_enter = 426
See doc at io_uring_enter(2).
io_uring_register = 427
See doc at io_uring_register(2).
open_tree = 428
See doc at open_tree(2).
move_mount = 429
See doc at move_mount(2).
fsopen = 430
See doc at fsopen(2).
fsconfig = 431
See doc at fsconfig(2).
fsmount = 432
See doc at fsmount(2).
fspick = 433
See doc at fspick(2).
pidfd_open = 434
See doc at pidfd_open(2).
clone3 = 435
See doc at clone3(2).
close_range = 436
See doc at close_range(2).
openat2 = 437
See doc at openat2(2).
pidfd_getfd = 438
See doc at pidfd_getfd(2).
faccessat2 = 439
See doc at faccessat2(2).
process_madvise = 440
See doc at process_madvise(2).
epoll_pwait2 = 441
See doc at epoll_pwait2(2).
mount_setattr = 442
See doc at mount_setattr(2).
quotactl_fd = 443
See doc at quotactl_fd(2).
landlock_create_ruleset = 444
See doc at landlock_create_ruleset(2).
landlock_add_rule = 445
See doc at landlock_add_rule(2).
landlock_restrict_self = 446
See doc at landlock_restrict_self(2).
memfd_secret = 447
See doc at memfd_secret(2).
process_mrelease = 448
See doc at process_mrelease(2).
futex_waitv = 449
See doc at futex_waitv(2).
set_mempolicy_home_node = 450
See doc at set_mempolicy_home_node(2).