Home
last modified time | relevance | path

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

/mm/
Dpercpu.c123 static int pcpu_unit_pages __read_mostly; variable
124 static int pcpu_unit_size __read_mostly; variable
125 static int pcpu_nr_units __read_mostly; variable
126 static int pcpu_atom_size __read_mostly; variable
127 static int pcpu_nr_slots __read_mostly; variable
128 static size_t pcpu_chunk_struct_size __read_mostly; variable
131 static unsigned int pcpu_low_unit_cpu __read_mostly; variable
132 static unsigned int pcpu_high_unit_cpu __read_mostly; variable
135 void *pcpu_base_addr __read_mostly; variable
138 static const int *pcpu_unit_map __read_mostly; /* cpu -> unit */ variable
[all …]
Dfrontswap.c29 static struct frontswap_ops *frontswap_ops __read_mostly; variable
42 static bool frontswap_writethrough_enabled __read_mostly; variable
49 static bool frontswap_tmem_exclusive_gets_enabled __read_mostly; variable
Dhuge_memory.c42 unsigned long transparent_hugepage_flags __read_mostly = variable
54 static unsigned int khugepaged_pages_to_scan __read_mostly = HPAGE_PMD_NR*8; variable
57 static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000; variable
59 static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000; variable
60 static struct task_struct *khugepaged_thread __read_mostly; variable
69 static unsigned int khugepaged_max_ptes_none __read_mostly = HPAGE_PMD_NR-1; 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
173 struct page *huge_zero_page __read_mostly; variable
Ddebug-pagealloc.c9 static bool page_poisoning_enabled __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
125 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; /* heuristic overcommit */ variable
126 int sysctl_overcommit_ratio __read_mostly = 50; /* default is 50% */ variable
127 unsigned long sysctl_overcommit_kbytes __read_mostly; variable
128 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable
129 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable
130 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
Dpage_alloc.c95 nodemask_t node_states[NR_NODE_STATES] __read_mostly = {
114 unsigned long totalram_pages __read_mostly; variable
115 unsigned long totalreserve_pages __read_mostly; variable
116 unsigned long totalcma_pages __read_mostly; variable
123 unsigned long dirty_balance_reserve __read_mostly; variable
126 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; variable
184 unsigned int pageblock_order __read_mostly; variable
273 int nr_node_ids __read_mostly = MAX_NUMNODES; variable
274 int nr_online_nodes __read_mostly = 1; variable
279 int page_group_by_mobility_disabled __read_mostly; variable
[all …]
Dcleancache.c25 static struct cleancache_ops *cleancache_ops __read_mostly; variable
Dmemory-failure.c63 int sysctl_memory_failure_early_kill __read_mostly = 0; variable
65 int sysctl_memory_failure_recovery __read_mostly = 1; variable
67 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0); variable
Dpage_owner.c11 bool page_owner_inited __read_mostly; variable
Dhighmem.c107 unsigned long totalhigh_pages __read_mostly; variable
Dhugetlb_cgroup.c34 static struct hugetlb_cgroup *root_h_cgroup __read_mostly; variable
Dnommu.c54 unsigned long sysctl_overcommit_kbytes __read_mostly; variable
57 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable
58 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
Doom_kill.c408 bool oom_killer_disabled __read_mostly; variable
Dmigrate.c1608 static unsigned int migrate_interval_millisecs __read_mostly = 100; variable
1609 static unsigned int ratelimit_pages __read_mostly = 128 << (20 - PAGE_SHIFT); variable
Dmemory.c105 int randomize_va_space __read_mostly = variable
119 unsigned long zero_pfn __read_mostly; variable
120 unsigned long highest_memmap_pfn __read_mostly; variable
2882 static unsigned long fault_around_bytes __read_mostly = variable
Dmemcontrol.c76 struct cgroup_subsys memory_cgrp_subsys __read_mostly; variable
80 static struct mem_cgroup *root_mem_cgroup __read_mostly; variable
81 struct cgroup_subsys_state *mem_cgroup_root_css __read_mostly; variable
85 int do_swap_account __read_mostly; variable
137 static struct mem_cgroup_tree soft_limit_tree __read_mostly; variable
Dcompaction.c1095 int sysctl_compact_unevictable_allowed __read_mostly = 1; variable
Dvmstat.c1391 int sysctl_stat_interval __read_mostly = HZ; variable
Dslab.c175 static bool pfmemalloc_active __read_mostly; variable
567 static int use_alien_caches __read_mostly = 1; variable
Dhugetlb.c40 int hugetlb_max_hstate __read_mostly; variable
47 static unsigned int minimum_order __read_mostly = UINT_MAX; variable
Dvmalloc.c763 static bool vmap_initialized __read_mostly = false; variable
Dvmscan.c3665 int zone_reclaim_mode __read_mostly;