aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-10-21 09:56:44 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-10-21 15:05:10 +0200
commit15532b85931582f968ac7fc49e0cabd35e93baf3 (patch)
tree959e33a22090c6394afe1d156b31f899ff020dfe /sys/linux/sys.txt
parentf111d03be02771a52d5610a70bca229e552c7753 (diff)
sys/linux: add descriptions of process_mrelease syscall
See: https://elixir.bootlin.com/linux/v5.15-rc6/source/mm/oom_kill.c#L1146
Diffstat (limited to 'sys/linux/sys.txt')
-rw-r--r--sys/linux/sys.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt
index 0b8525c18..6220e3cd9 100644
--- a/sys/linux/sys.txt
+++ b/sys/linux/sys.txt
@@ -164,6 +164,7 @@ mprotect(addr vma, len len[addr], prot flags[mmap_prot])
msync(addr vma, len len[addr], f flags[msync_flags])
madvise(addr vma, len len[addr], advice flags[madvise_flags])
process_madvise(pidfd fd_pidfd, vec ptr[in, array[iovec_in]], vlen len[vec], advice flags[madvise_flags], flags const[0])
+process_mrelease(pidfd fd_pidfd, flags const[0])
fadvise64(fd fd, offset fileoff, len intptr, advice flags[fadvise_flags])
readahead(fd fd, off intptr, count intptr)
mbind(addr vma, len len[addr], mode flags[mbind_mode], nodemask ptr[in, int64], maxnode intptr, flags flags[mbind_flags])