]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/include/uapi/linux/prctl.h
Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux.git] / tools / include / uapi / linux / prctl.h
index 7da1b37b27aa5b75fb89b79f0d9f193e5021a911..07b4f8131e362bdc815f37cea0c9067a9464f256 100644 (file)
@@ -234,4 +234,8 @@ struct prctl_mm_map {
 #define PR_GET_TAGGED_ADDR_CTRL                56
 # define PR_TAGGED_ADDR_ENABLE         (1UL << 0)
 
+/* Control reclaim behavior when allocating memory */
+#define PR_SET_IO_FLUSHER              57
+#define PR_GET_IO_FLUSHER              58
+
 #endif /* _LINUX_PRCTL_H */