Searched refs:__read_mostly (Results 1 - 20 of 20) sorted by relevance

/mm/
H A Dfrontswap.c27 static struct frontswap_ops *frontswap_ops __read_mostly; variable in typeref:struct:frontswap_ops
37 static bool frontswap_writethrough_enabled __read_mostly; variable
44 static bool frontswap_tmem_exclusive_gets_enabled __read_mostly; variable
H A Dpercpu.c122 static int pcpu_unit_pages __read_mostly; variable
123 static int pcpu_unit_size __read_mostly; variable
124 static int pcpu_nr_units __read_mostly; variable
125 static int pcpu_atom_size __read_mostly; variable
126 static int pcpu_nr_slots __read_mostly; variable
127 static size_t pcpu_chunk_struct_size __read_mostly; variable
130 static unsigned int pcpu_low_unit_cpu __read_mostly; variable
131 static unsigned int pcpu_high_unit_cpu __read_mostly; variable
134 void *pcpu_base_addr __read_mostly; variable
137 static const int *pcpu_unit_map __read_mostly; /* cp variable
138 const unsigned long *pcpu_unit_offsets __read_mostly; /* cpu -> unit offset */ variable
141 static int pcpu_nr_groups __read_mostly; variable
142 static const unsigned long *pcpu_group_offsets __read_mostly; variable
143 static const size_t *pcpu_group_sizes __read_mostly; variable
165 static struct list_head *pcpu_slot __read_mostly; /* chunk list slots */ variable in typeref:struct:pcpu_slot
181 static bool pcpu_async_enabled __read_mostly; variable
2181 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly; variable
[all...]
H A Dcleancache.c25 static struct cleancache_ops *cleancache_ops __read_mostly; variable in typeref:struct:cleancache_ops
H A Dhighmem.c107 unsigned long totalhigh_pages __read_mostly; variable
H A Dhuge_memory.c39 unsigned long transparent_hugepage_flags __read_mostly = variable
51 static unsigned int khugepaged_pages_to_scan __read_mostly = HPAGE_PMD_NR*8; variable
54 static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000; variable
56 static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000; variable
57 static struct task_struct *khugepaged_thread __read_mostly; variable in typeref:struct:khugepaged_thread
66 static unsigned int khugepaged_max_ptes_none __read_mostly = HPAGE_PMD_NR-1; variable
72 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
74 static struct kmem_cache *mm_slot_cache __read_mostly; variable in typeref:struct:mm_slot_cache
174 static struct page *huge_zero_page __read_mostly; variable in typeref:struct:huge_zero_page
H A Dhugetlb_cgroup.c33 static struct hugetlb_cgroup *root_h_cgroup __read_mostly; variable in typeref:struct:root_h_cgroup
H A Dmemory-failure.c60 int sysctl_memory_failure_early_kill __read_mostly = 0; variable
62 int sysctl_memory_failure_recovery __read_mostly = 1; variable
64 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0); variable
H A Dpage_alloc.c92 nodemask_t node_states[NR_NODE_STATES] __read_mostly = { variable
111 unsigned long totalram_pages __read_mostly; variable
112 unsigned long totalreserve_pages __read_mostly; variable
119 unsigned long dirty_balance_reserve __read_mostly; variable
122 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; variable
162 int pageblock_order __read_mostly; variable
240 int nr_node_ids __read_mostly = MAX_NUMNODES; variable
241 int nr_online_nodes __read_mostly = 1; variable
246 int page_group_by_mobility_disabled __read_mostly; variable
258 bool oom_killer_disabled __read_mostly; variable
[all...]
H A Dmmap.c111 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; /* heuristic overcommit */ variable
112 int sysctl_overcommit_ratio __read_mostly = 50; /* default is 50% */ variable
113 unsigned long sysctl_overcommit_kbytes __read_mostly; variable
114 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable
115 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable
116 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
H A Dmigrate.c1606 static unsigned int migrate_interval_millisecs __read_mostly = 100; variable
1607 static unsigned int pteupdate_interval_millisecs __read_mostly = 1000; variable
1608 static unsigned int ratelimit_pages __read_mostly = 128 << (20 - PAGE_SHIFT); variable
H A Dnommu.c68 unsigned long sysctl_overcommit_kbytes __read_mostly; variable
71 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable
72 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
H A Dzswap.c79 static bool zswap_enabled __read_mostly; variable
H A Dmemcontrol.c69 struct cgroup_subsys memory_cgrp_subsys __read_mostly; variable in typeref:struct:memory_cgrp_subsys
73 static struct mem_cgroup *root_mem_cgroup __read_mostly; variable in typeref:struct:root_mem_cgroup
77 int do_swap_account __read_mostly; variable
197 static struct mem_cgroup_tree soft_limit_tree __read_mostly; variable in typeref:struct:soft_limit_tree
H A Dmemory.c104 int randomize_va_space __read_mostly = variable
118 unsigned long zero_pfn __read_mostly; variable
119 unsigned long highest_memmap_pfn __read_mostly; variable
2774 static unsigned long fault_around_bytes __read_mostly = variable
H A Dvmstat.c1257 int sysctl_stat_interval __read_mostly = HZ; variable
H A Dvmalloc.c753 static bool vmap_initialized __read_mostly = false; variable
H A Dslab.c175 static bool pfmemalloc_active __read_mostly; variable
582 static int use_alien_caches __read_mostly = 1; variable
H A Dvmscan.c3571 int zone_reclaim_mode __read_mostly;
H A Dhugetlb.c40 int hugetlb_max_hstate __read_mostly; variable
H A Dshmem.c194 static struct backing_dev_info shmem_backing_dev_info __read_mostly = { variable in typeref:struct:shmem_backing_dev_info

Completed in 7426 milliseconds