diff options
| author | Necip Fazil Yildiran <necip@google.com> | 2020-08-12 20:40:54 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 13:50:25 +0200 |
| commit | cc59e7e4adf110e2ddd4f8ae57df8ecc7b369b38 (patch) | |
| tree | f5a33e869b653be70f7141f30057d4ff26f83395 /sys/linux/dev_usbmon_ppc64le.const | |
| parent | f5442bde55872d703f184f8617329f706bad8149 (diff) | |
sys/linux: use per-field directions in descriptions
Diffstat (limited to 'sys/linux/dev_usbmon_ppc64le.const')
| -rw-r--r-- | sys/linux/dev_usbmon_ppc64le.const | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/linux/dev_usbmon_ppc64le.const b/sys/linux/dev_usbmon_ppc64le.const index 2944a8b42..49db244c4 100644 --- a/sys/linux/dev_usbmon_ppc64le.const +++ b/sys/linux/dev_usbmon_ppc64le.const @@ -1,7 +1,7 @@ # AUTOGENERATED FILE -BUFF_MAX = 1245184 -BUFF_MIN = 65536 -CHUNK_SIZE = 65536 +BUFF_MAX = 1228800 +BUFF_MIN = 8192 +CHUNK_SIZE = 4096 MON_IOCG_STATS = 1074303491 MON_IOCH_MFLUSH = 536908296 MON_IOCQ_RING_SIZE = 536908293 @@ -11,7 +11,7 @@ MON_IOCX_GET = 2149093894 MON_IOCX_GETX = 2149093898 MON_IOCX_MFETCH = 3222311431 MON_IOC_MAGIC = 146 -PAGE_SIZE = 65536 +PAGE_SIZE = 4096 SETUP_LEN = 8 __NR_ioctl = 54 __NR_mmap = 90 |
