diff options
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 4be34ef8c2f7..7f472127b7b5 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h  | |||
| @@ -124,7 +124,7 @@ enum | |||
| 124 | KERN_OVERFLOWUID=46, /* int: overflow UID */ | 124 | KERN_OVERFLOWUID=46, /* int: overflow UID */ | 
| 125 | KERN_OVERFLOWGID=47, /* int: overflow GID */ | 125 | KERN_OVERFLOWGID=47, /* int: overflow GID */ | 
| 126 | KERN_SHMPATH=48, /* string: path to shm fs */ | 126 | KERN_SHMPATH=48, /* string: path to shm fs */ | 
| 127 | KERN_HOTPLUG=49, /* string: path to hotplug policy agent */ | 127 | KERN_HOTPLUG=49, /* string: path to uevent helper (deprecated) */ | 
| 128 | KERN_IEEE_EMULATION_WARNINGS=50, /* int: unimplemented ieee instructions */ | 128 | KERN_IEEE_EMULATION_WARNINGS=50, /* int: unimplemented ieee instructions */ | 
| 129 | KERN_S390_USER_DEBUG_LOGGING=51, /* int: dumps of user faults */ | 129 | KERN_S390_USER_DEBUG_LOGGING=51, /* int: dumps of user faults */ | 
| 130 | KERN_CORE_USES_PID=52, /* int: use core or core.%pid */ | 130 | KERN_CORE_USES_PID=52, /* int: use core or core.%pid */ | 
| @@ -180,6 +180,8 @@ enum | |||
| 180 | VM_VFS_CACHE_PRESSURE=26, /* dcache/icache reclaim pressure */ | 180 | VM_VFS_CACHE_PRESSURE=26, /* dcache/icache reclaim pressure */ | 
| 181 | VM_LEGACY_VA_LAYOUT=27, /* legacy/compatibility virtual address space layout */ | 181 | VM_LEGACY_VA_LAYOUT=27, /* legacy/compatibility virtual address space layout */ | 
| 182 | VM_SWAP_TOKEN_TIMEOUT=28, /* default time for token time out */ | 182 | VM_SWAP_TOKEN_TIMEOUT=28, /* default time for token time out */ | 
| 183 | VM_DROP_PAGECACHE=29, /* int: nuke lots of pagecache */ | ||
| 184 | VM_PERCPU_PAGELIST_FRACTION=30,/* int: fraction of pages in each percpu_pagelist */ | ||
| 183 | }; | 185 | }; | 
| 184 | 186 | ||
| 185 | 187 | ||
| @@ -390,6 +392,7 @@ enum | |||
| 390 | NET_IPV4_ICMP_ERRORS_USE_INBOUND_IFADDR=109, | 392 | NET_IPV4_ICMP_ERRORS_USE_INBOUND_IFADDR=109, | 
| 391 | NET_TCP_CONG_CONTROL=110, | 393 | NET_TCP_CONG_CONTROL=110, | 
| 392 | NET_TCP_ABC=111, | 394 | NET_TCP_ABC=111, | 
| 395 | NET_IPV4_IPFRAG_MAX_DIST=112, | ||
| 393 | }; | 396 | }; | 
| 394 | 397 | ||
| 395 | enum { | 398 | enum { | 
