Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 26) sorted by relevance

12

/mm/
Dutil.c703 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
Dfrontswap.c30 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
Dkhugepaged.c58 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
Dswap_state.c39 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
Dpage_poison.c11 static bool want_page_poisoning __read_mostly; variable
Dcleancache.c24 static const struct cleancache_ops *cleancache_ops __read_mostly; variable
Ddebug.c198 static bool page_init_poisoning __read_mostly = true; variable
Dpage_alloc.c117 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 …]
Dmemory-failure.c62 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
Dhighmem.c108 atomic_long_t _totalhigh_pages __read_mostly; variable
Dworkingset.c182 static unsigned int bucket_order __read_mostly; variable
Dhugetlb_cgroup.c34 static struct hugetlb_cgroup *root_h_cgroup __read_mostly; variable
Doom_kill.c480 static bool oom_killer_disabled __read_mostly; variable
Dmemory.c116 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
Dksm.c276 static unsigned int zero_checksum __read_mostly; variable
279 static bool ksm_use_zero_pages __read_mostly; variable
Dpercpu.c189 static bool pcpu_async_enabled __read_mostly; variable
2946 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
Dmemcontrol.c71 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
Dhuge_memory.c49 unsigned long transparent_hugepage_flags __read_mostly = variable
63 struct page *huge_zero_page __read_mostly; variable
Dmmap.c65 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
Dvmstat.c1753 int sysctl_stat_interval __read_mostly = HZ; variable
Dcompaction.c1593 int sysctl_compact_unevictable_allowed __read_mostly = 1; variable
Dhugetlb.c44 int hugetlb_max_hstate __read_mostly; variable
51 static unsigned int minimum_order __read_mostly = UINT_MAX; variable
Dvmalloc.c338 static bool vmap_initialized __read_mostly; variable
Dvmscan.c4135 int node_reclaim_mode __read_mostly;
Dslab.c456 static int use_alien_caches __read_mostly = 1; variable

12