diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
| commit | cfeec859376ebc8256540f14226b0620bf842fc1 (patch) | |
| tree | a0026be6bd67269cba321d3dd1c924fe04c5d5fe /sys/linux/io_uring_arm.const | |
| parent | f5cecf2e325a277733347308687fd39e7253ef66 (diff) | |
sys/linux: add new consts/flags/fields here and there
Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
Diffstat (limited to 'sys/linux/io_uring_arm.const')
| -rw-r--r-- | sys/linux/io_uring_arm.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/io_uring_arm.const b/sys/linux/io_uring_arm.const index 7fe64fa88..95260a2bd 100644 --- a/sys/linux/io_uring_arm.const +++ b/sys/linux/io_uring_arm.const @@ -5,11 +5,13 @@ IORING_OFF_CQ_RING = 134217728 IORING_OFF_SQES = 268435456 IORING_OFF_SQ_RING = 0 IORING_REGISTER_BUFFERS = 0 +IORING_REGISTER_EVENTFD = 4 IORING_REGISTER_FILES = 2 IORING_SETUP_IOPOLL = 1 IORING_SETUP_SQPOLL = 2 IORING_SETUP_SQ_AFF = 4 IORING_UNREGISTER_BUFFERS = 1 +IORING_UNREGISTER_EVENTFD = 5 IORING_UNREGISTER_FILES = 3 __NR_io_uring_enter = 426 __NR_io_uring_register = 427 |
