Home
last modified time | relevance | path

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

12

/mm/damon/
A Dreclaim.c30 static bool enabled __read_mostly; variable
41 static bool commit_inputs __read_mostly; variable
50 static unsigned long min_age __read_mostly = 120000000; variable
77 static unsigned long quota_mem_pressure_us __read_mostly; variable
92 static unsigned long quota_autotune_feedback __read_mostly; variable
119 static unsigned long monitor_region_start __read_mostly; variable
128 static unsigned long monitor_region_end __read_mostly; variable
137 static bool skip_anon __read_mostly; variable
146 static int kdamond_pid __read_mostly = -1; variable
A Dlru_sort.c30 static bool enabled __read_mostly; variable
41 static bool commit_inputs __read_mostly; variable
63 static unsigned long cold_min_age __read_mostly = 120000000; variable
102 static unsigned long monitor_region_start __read_mostly; variable
111 static unsigned long monitor_region_end __read_mostly; variable
120 static int kdamond_pid __read_mostly = -1; variable
A Dstat.c27 static bool enabled __read_mostly = IS_ENABLED(
32 static unsigned long estimated_memory_bandwidth __read_mostly; variable
37 static unsigned long memory_idle_ms_percentiles[101] __read_mostly = {0,};
/mm/kfence/
A Dcore.c52 static bool kfence_enabled __read_mostly; variable
53 static bool disabled_by_warn __read_mostly; variable
55 unsigned long kfence_sample_interval __read_mostly = CONFIG_KFENCE_SAMPLE_INTERVAL; variable
100 static unsigned long kfence_skip_covered_thresh __read_mostly = 75; variable
104 static unsigned int kfence_burst __read_mostly; variable
108 static bool kfence_deferrable __read_mostly = IS_ENABLED(CONFIG_KFENCE_DEFERRABLE);
112 static bool kfence_check_on_panic __read_mostly; variable
116 char *__kfence_pool __read_mostly; variable
124 struct kfence_metadata *kfence_metadata __read_mostly; variable
132 static struct kfence_metadata *kfence_metadata_init __read_mostly; variable
/mm/
A Dutil.c751 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; variable
752 static int sysctl_overcommit_ratio __read_mostly = 50; variable
753 static unsigned long sysctl_overcommit_kbytes __read_mostly; variable
754 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable
755 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable
756 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
A Dshow_mem.c21 atomic_long_t _totalram_pages __read_mostly; variable
23 unsigned long totalreserve_pages __read_mostly; variable
24 unsigned long totalcma_pages __read_mostly; variable
A Ddebug_page_alloc.c7 bool _debug_pagealloc_enabled_early __read_mostly
A 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
A Dkhugepaged.c68 static struct task_struct *khugepaged_thread __read_mostly; variable
72 static unsigned int khugepaged_pages_to_scan __read_mostly; variable
75 static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000; variable
77 static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000; variable
88 unsigned int khugepaged_max_ptes_none __read_mostly; variable
89 static unsigned int khugepaged_max_ptes_swap __read_mostly; variable
90 static unsigned int khugepaged_max_ptes_shared __read_mostly; variable
A Dmemory-failure.c67 static int sysctl_memory_failure_early_kill __read_mostly; variable
69 static int sysctl_memory_failure_recovery __read_mostly = 1; variable
71 static int sysctl_enable_soft_offline __read_mostly = 1; variable
73 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0); variable
75 static bool hw_memory_failure __read_mostly = false; variable
A Dmemory_hotplug.c51 static int memmap_mode __read_mostly = MEMMAP_ON_MEMORY_DISABLE; variable
165 static int online_policy __read_mostly = ONLINE_POLICY_CONTIG_ZONES; variable
182 static unsigned int auto_movable_ratio __read_mostly = 301; variable
192 static bool auto_movable_numa_aware __read_mostly = true; variable
A Dpage_reporting.c51 static struct page_reporting_dev_info __rcu *pr_dev_info __read_mostly; variable
A Ddebug.c311 static bool page_init_poisoning __read_mostly = true; variable
A Dpage_alloc.c197 nodemask_t node_states[NR_NODE_STATES] __read_mostly = {
211 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; variable
214 unsigned int pageblock_order __read_mostly; variable
277 static int watermark_boost_factor __read_mostly = 15000; variable
286 unsigned int nr_node_ids __read_mostly = MAX_NUMNODES; variable
287 unsigned int nr_online_nodes __read_mostly = 1; variable
297 int page_group_by_mobility_disabled __read_mostly; variable
3644 int __read_mostly node_reclaim_distance = RECLAIM_DISTANCE;
A Dworkingset.c197 static unsigned int bucket_order __read_mostly; variable
A Dhuge_memory.c59 unsigned long transparent_hugepage_flags __read_mostly = variable
78 struct folio *huge_zero_folio __read_mostly; variable
79 unsigned long huge_zero_pfn __read_mostly = ~0UL; variable
80 unsigned long huge_anon_orders_always __read_mostly; variable
81 unsigned long huge_anon_orders_madvise __read_mostly; variable
82 unsigned long huge_anon_orders_inherit __read_mostly; variable
A Dcompaction.c1884 static int sysctl_compact_unevictable_allowed __read_mostly = CONFIG_COMPACT_UNEVICTABLE_DEFAULT; variable
1890 static unsigned int __read_mostly sysctl_compaction_proactiveness = 20;
1892 static int __read_mostly sysctl_compact_memory;
A Dkmemleak.c213 static int kmemleak_enabled __read_mostly = 1; variable
215 static int kmemleak_free_enabled __read_mostly = 1; variable
A Dmmap.c69 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
A Dshmem.c139 static unsigned long huge_shmem_orders_always __read_mostly; variable
140 static unsigned long huge_shmem_orders_madvise __read_mostly; variable
141 static unsigned long huge_shmem_orders_inherit __read_mostly; variable
142 static unsigned long huge_shmem_orders_within_size __read_mostly; variable
573 static int shmem_huge __read_mostly = SHMEM_HUGE_NEVER; variable
574 static int tmpfs_huge __read_mostly = SHMEM_HUGE_NEVER; variable
A Dmemory-tiers.c131 static struct demotion_nodes *node_demotion __read_mostly; variable
A Doom_kill.c485 static bool oom_killer_disabled __read_mostly; variable
A Dhugetlb_cgroup.c38 static struct hugetlb_cgroup *root_h_cgroup __read_mostly; variable
/mm/kmsan/
A Dreport.c23 int panic_on_kmsan __read_mostly; variable
A Dcore.c32 bool kmsan_enabled __read_mostly; variable

Completed in 101 milliseconds

12