Searched refs:enable (Results 1 – 8 of 8) sorted by relevance
| /mm/damon/ |
| A D | reclaim.c | 296 bool enable; in damon_reclaim_enabled_store() local 299 err = kstrtobool(val, &enable); in damon_reclaim_enabled_store() 303 if (is_enabled == enable) in damon_reclaim_enabled_store() 310 err = damon_reclaim_turn(enable); in damon_reclaim_enabled_store() 315 enabled = enable; in damon_reclaim_enabled_store()
|
| A D | lru_sort.c | 292 bool enable; in damon_lru_sort_enabled_store() local 295 err = kstrtobool(val, &enable); in damon_lru_sort_enabled_store() 299 if (is_enabled == enable) in damon_lru_sort_enabled_store() 306 err = damon_lru_sort_turn(enable); in damon_lru_sort_enabled_store() 311 enabled = enable; in damon_lru_sort_enabled_store()
|
| A D | Kconfig | 110 Whether to enable DAMON_STAT by default. Users can disable it in
|
| /mm/ |
| A D | Kconfig.debug | 28 For architectures which don't enable ARCH_SUPPORTS_DEBUG_PAGEALLOC, 85 This is intended for use in combination with KASAN, to enable KASAN to 116 "page_owner=on" to boot parameter in order to enable it. Eats 140 Always enable page table checking. By default the page table checking 232 It is probably not a good idea to enable this feature in a production 250 Say Y here if you want to enable the memory leak 304 Say Y here to enable success, retry and failure counters of page
|
| A D | page_poison.c | 101 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages() argument
|
| A D | numa_emulation.c | 573 static void numa_set_cpumask(unsigned int cpu, bool enable) in numa_set_cpumask() argument 589 debug_cpumask_set_cpu(cpu, nid, enable); in numa_set_cpumask()
|
| A D | secretmem.c | 39 module_param_named(enable, secretmem_enable, bool, 0400);
|
| A D | Kconfig | 454 # to enable the feature of HugeTLB/dev_dax vmemmap optimization. 1296 purposes. It is required to enable userfaultfd write protection on 1320 Do not enable this option unless you plan to look at historical stats
|
Completed in 15 milliseconds