/mm/ |
D | util.c | 703 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; variable 704 int sysctl_overcommit_ratio __read_mostly = 50; variable 705 unsigned long sysctl_overcommit_kbytes __read_mostly; variable 706 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable 707 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable 708 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
|
D | frontswap.c | 30 static struct frontswap_ops *frontswap_ops __read_mostly; variable 43 static bool frontswap_writethrough_enabled __read_mostly; variable 50 static bool frontswap_tmem_exclusive_gets_enabled __read_mostly; variable
|
D | khugepaged.c | 58 static unsigned int khugepaged_pages_to_scan __read_mostly; variable 61 static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000; variable 63 static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000; variable 72 static unsigned int khugepaged_max_ptes_none __read_mostly; variable 73 static unsigned int khugepaged_max_ptes_swap __read_mostly; variable 76 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS); 78 static struct kmem_cache *mm_slot_cache __read_mostly; variable 2169 static struct task_struct *khugepaged_thread __read_mostly; in start_stop_khugepaged() local
|
D | swap_state.c | 39 struct address_space *swapper_spaces[MAX_SWAPFILES] __read_mostly; 40 static unsigned int nr_swapper_spaces[MAX_SWAPFILES] __read_mostly; 41 static bool enable_vma_readahead __read_mostly = true; variable
|
D | page_poison.c | 11 static bool want_page_poisoning __read_mostly; variable
|
D | cleancache.c | 24 static const struct cleancache_ops *cleancache_ops __read_mostly; variable
|
D | debug.c | 198 static bool page_init_poisoning __read_mostly = true; variable
|
D | page_alloc.c | 117 nodemask_t node_states[NR_NODE_STATES] __read_mostly = { 131 atomic_long_t _totalram_pages __read_mostly; variable 133 unsigned long totalreserve_pages __read_mostly; variable 134 unsigned long totalcma_pages __read_mostly; variable 137 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; variable 245 unsigned int pageblock_order __read_mostly; variable 333 int watermark_boost_factor __read_mostly; variable 335 int watermark_boost_factor __read_mostly = 15000; variable 366 unsigned int nr_node_ids __read_mostly = MAX_NUMNODES; variable 367 unsigned int nr_online_nodes __read_mostly = 1; variable [all …]
|
D | memory-failure.c | 62 int sysctl_memory_failure_early_kill __read_mostly = 0; variable 64 int sysctl_memory_failure_recovery __read_mostly = 1; variable 66 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0); variable
|
D | highmem.c | 108 atomic_long_t _totalhigh_pages __read_mostly; variable
|
D | workingset.c | 182 static unsigned int bucket_order __read_mostly; variable
|
D | hugetlb_cgroup.c | 34 static struct hugetlb_cgroup *root_h_cgroup __read_mostly; variable
|
D | oom_kill.c | 480 static bool oom_killer_disabled __read_mostly; variable
|
D | memory.c | 116 int randomize_va_space __read_mostly = variable 130 unsigned long zero_pfn __read_mostly; variable 133 unsigned long highest_memmap_pfn __read_mostly; variable 3393 static unsigned long fault_around_bytes __read_mostly = variable
|
D | ksm.c | 276 static unsigned int zero_checksum __read_mostly; variable 279 static bool ksm_use_zero_pages __read_mostly; variable
|
D | percpu.c | 189 static bool pcpu_async_enabled __read_mostly; variable 2946 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
|
D | memcontrol.c | 71 struct cgroup_subsys memory_cgrp_subsys __read_mostly; variable 74 struct mem_cgroup *root_mem_cgroup __read_mostly; variable 86 int do_swap_account __read_mostly; variable 128 static struct mem_cgroup_tree soft_limit_tree __read_mostly; variable
|
D | huge_memory.c | 49 unsigned long transparent_hugepage_flags __read_mostly = variable 63 struct page *huge_zero_page __read_mostly; variable
|
D | mmap.c | 65 int mmap_rnd_bits __read_mostly = CONFIG_ARCH_MMAP_RND_BITS; variable 70 int mmap_rnd_compat_bits __read_mostly = CONFIG_ARCH_MMAP_RND_COMPAT_BITS; variable
|
D | vmstat.c | 1753 int sysctl_stat_interval __read_mostly = HZ; variable
|
D | compaction.c | 1593 int sysctl_compact_unevictable_allowed __read_mostly = 1; variable
|
D | hugetlb.c | 44 int hugetlb_max_hstate __read_mostly; variable 51 static unsigned int minimum_order __read_mostly = UINT_MAX; variable
|
D | vmalloc.c | 338 static bool vmap_initialized __read_mostly; variable
|
D | vmscan.c | 4135 int node_reclaim_mode __read_mostly;
|
D | slab.c | 456 static int use_alien_caches __read_mostly = 1; variable
|