/mm/damon/ |
D | reclaim.c | 30 static bool enabled __read_mostly; variable 38 static unsigned long min_age __read_mostly = 120000000; variable 51 static unsigned long quota_ms __read_mostly = 10; variable 64 static unsigned long quota_sz __read_mostly = 128 * 1024 * 1024; variable 77 static unsigned long quota_reset_interval_ms __read_mostly = 1000; variable 86 static unsigned long wmarks_interval __read_mostly = 5000000; variable 96 static unsigned long wmarks_high __read_mostly = 500; variable 106 static unsigned long wmarks_mid __read_mostly = 400; variable 117 static unsigned long wmarks_low __read_mostly = 200; variable 126 static unsigned long sample_interval __read_mostly = 5000; variable [all …]
|
/mm/ |
D | ioremap.c | 19 static int __read_mostly ioremap_p4d_capable; 20 static int __read_mostly ioremap_pud_capable; 21 static int __read_mostly ioremap_pmd_capable; 22 static int __read_mostly ioremap_huge_disabled;
|
D | util.c | 847 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; variable 848 int sysctl_overcommit_ratio __read_mostly = 50; variable 849 unsigned long sysctl_overcommit_kbytes __read_mostly; variable 850 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable 851 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable 852 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 | 59 static struct task_struct *khugepaged_thread __read_mostly; variable 63 static unsigned int khugepaged_pages_to_scan __read_mostly; variable 66 static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000; variable 68 static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000; variable 77 static unsigned int khugepaged_max_ptes_none __read_mostly; variable 78 static unsigned int khugepaged_max_ptes_swap __read_mostly; variable 79 static unsigned int khugepaged_max_ptes_shared __read_mostly; variable 82 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS); 84 static struct kmem_cache *mm_slot_cache __read_mostly; variable
|
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 | cleancache.c | 24 static const struct cleancache_ops *cleancache_ops __read_mostly; variable
|
D | page_alloc.c | 161 nodemask_t node_states[NR_NODE_STATES] __read_mostly = { 175 atomic_long_t _totalram_pages __read_mostly; variable 177 unsigned long totalreserve_pages __read_mostly; variable 178 unsigned long totalcma_pages __read_mostly; variable 181 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; variable 188 static bool _init_on_alloc_enabled_early __read_mostly variable 197 static bool _init_on_free_enabled_early __read_mostly variable 262 unsigned int pageblock_order __read_mostly; variable 351 int watermark_boost_factor __read_mostly; variable 353 int watermark_boost_factor __read_mostly = 15000; 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 | page_reporting.c | 14 static struct page_reporting_dev_info __rcu *pr_dev_info __read_mostly; variable
|
D | debug.c | 281 static bool page_init_poisoning __read_mostly = true; variable
|
D | highmem.c | 108 atomic_long_t _totalhigh_pages __read_mostly; variable
|
D | workingset.c | 183 static unsigned int bucket_order __read_mostly; variable
|
D | compaction.c | 1651 int sysctl_compact_unevictable_allowed __read_mostly = 0; variable 1653 int sysctl_compact_unevictable_allowed __read_mostly = 1; variable 2660 unsigned int __read_mostly sysctl_compaction_proactiveness = 20;
|
D | huge_memory.c | 49 unsigned long transparent_hugepage_flags __read_mostly = variable 63 struct page *huge_zero_page __read_mostly; variable 64 unsigned long huge_zero_pfn __read_mostly = ~0UL; variable
|
D | memory.c | 123 int randomize_va_space __read_mostly = variable 161 unsigned long zero_pfn __read_mostly; variable 164 unsigned long highest_memmap_pfn __read_mostly; variable 2774 static bool __read_mostly allow_file_spec_access; 4281 static unsigned long fault_around_bytes __read_mostly = variable
|
D | hugetlb_cgroup.c | 33 static struct hugetlb_cgroup *root_h_cgroup __read_mostly; variable
|
D | oom_kill.c | 522 static bool oom_killer_disabled __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 | 196 static bool pcpu_async_enabled __read_mostly; variable 3083 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
|
D | vmalloc.c | 420 static bool vmap_initialized __read_mostly; variable 1280 bool lazy_vunmap_enable __read_mostly = true; variable
|
D | memcontrol.c | 72 struct cgroup_subsys memory_cgrp_subsys __read_mostly; variable 75 struct mem_cgroup *root_mem_cgroup __read_mostly; variable 89 bool cgroup_memory_noswap __read_mostly; variable 122 static struct mem_cgroup_tree soft_limit_tree __read_mostly; variable
|
D | mmap.c | 69 int mmap_rnd_bits __read_mostly = CONFIG_ARCH_MMAP_RND_BITS; variable 74 int mmap_rnd_compat_bits __read_mostly = CONFIG_ARCH_MMAP_RND_COMPAT_BITS; variable
|
D | vmstat.c | 1810 int sysctl_stat_interval __read_mostly = HZ; variable
|
/mm/kfence/ |
D | core.c | 44 static bool kfence_enabled __read_mostly; variable 46 static unsigned long kfence_sample_interval __read_mostly = CONFIG_KFENCE_SAMPLE_INTERVAL; variable
|