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

/mm/
H A Dpercpu.c113 static int pcpu_unit_pages __read_mostly; variable
114 static int pcpu_unit_size __read_mostly; variable
115 static int pcpu_nr_units __read_mostly; variable
116 static int pcpu_atom_size __read_mostly; variable
117 static int pcpu_nr_slots __read_mostly; variable
118 static size_t pcpu_chunk_struct_size __read_mostly; variable
121 static unsigned int pcpu_low_unit_cpu __read_mostly; variable
122 static unsigned int pcpu_high_unit_cpu __read_mostly; variable
125 void *pcpu_base_addr __read_mostly; variable
128 static const int *pcpu_unit_map __read_mostly; /* cp variable
129 const unsigned long *pcpu_unit_offsets __read_mostly; /* cpu -> unit offset */ variable
132 static int pcpu_nr_groups __read_mostly; variable
133 static const unsigned long *pcpu_group_offsets __read_mostly; variable
134 static const size_t *pcpu_group_sizes __read_mostly; variable
180 static struct list_head *pcpu_slot __read_mostly; /* chunk list slots */ variable in typeref:struct:pcpu_slot
1831 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly; variable
[all...]
H A Dhuge_memory.c31 unsigned long transparent_hugepage_flags __read_mostly = variable
42 static unsigned int khugepaged_pages_to_scan __read_mostly = HPAGE_PMD_NR*8; variable
45 static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000; variable
47 static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000; variable
48 static struct task_struct *khugepaged_thread __read_mostly; variable in typeref:struct:khugepaged_thread
57 static unsigned int khugepaged_max_ptes_none __read_mostly = HPAGE_PMD_NR-1; variable
65 static struct hlist_head *mm_slots_hash __read_mostly; variable in typeref:struct:mm_slots_hash
66 static struct kmem_cache *mm_slot_cache __read_mostly; variable in typeref:struct:mm_slot_cache
H A Dhighmem.c47 unsigned long totalhigh_pages __read_mostly; variable
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 mce_bad_pages __read_mostly = ATOMIC_LONG_INIT(0); variable
H A Dpage_alloc.c85 nodemask_t node_states[NR_NODE_STATES] __read_mostly = { variable
98 unsigned long totalram_pages __read_mostly; variable
99 unsigned long totalreserve_pages __read_mostly; variable
106 unsigned long dirty_balance_reserve __read_mostly; variable
109 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; variable
149 int pageblock_order __read_mostly; variable
214 int nr_node_ids __read_mostly = MAX_NUMNODES; variable
215 int nr_online_nodes __read_mostly = 1; variable
220 int page_group_by_mobility_disabled __read_mostly; variable
232 bool oom_killer_disabled __read_mostly; variable
[all...]
H A Dslob.c681 static unsigned int slob_ready __read_mostly; variable
H A Dmmap.c87 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; /* heuristic overcommit */ variable
88 int sysctl_overcommit_ratio __read_mostly = 50; /* default is 50% */ variable
89 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable
H A Dmemcontrol.c60 struct cgroup_subsys mem_cgroup_subsys __read_mostly; variable in typeref:struct:mem_cgroup_subsys
62 struct mem_cgroup *root_mem_cgroup __read_mostly; variable in typeref:struct:root_mem_cgroup
66 int do_swap_account __read_mostly; variable
179 static struct mem_cgroup_tree soft_limit_tree __read_mostly; variable in typeref:struct:soft_limit_tree
H A Dvmstat.c1143 int sysctl_stat_interval __read_mostly = HZ; variable
H A Dmemory.c98 int randomize_va_space __read_mostly = variable
112 unsigned long zero_pfn __read_mostly; variable
113 unsigned long highest_memmap_pfn __read_mostly; variable
H A Dvmalloc.c735 static bool vmap_initialized __read_mostly = false; variable
H A Dshmem.c165 static struct backing_dev_info shmem_backing_dev_info __read_mostly = { variable in typeref:struct:shmem_backing_dev_info
H A Dvmscan.c3268 int zone_reclaim_mode __read_mostly;
H A Dslab.c851 static int use_alien_caches __read_mostly = 1; variable

Completed in 154 milliseconds