Searched refs:ms (Results 1 – 9 of 9) sorted by relevance
| /mm/ |
| A D | sparse.c | 194 struct mem_section *ms; in subsection_map_init() local 225 struct mem_section *ms; in memory_present() local 296 ms->usage = usage; in sparse_init_one_section() 541 struct mem_section *ms; in sparse_init_nid() local 637 struct mem_section *ms; in online_mem_sections() local 655 struct mem_section *ms; in offline_mem_sections() local 877 if (!ms->usage) { in section_activate() 881 ms->usage = usage; in section_activate() 887 ms->usage = NULL; in section_activate() 935 struct mem_section *ms; in sparse_add_section() local [all …]
|
| A D | bootmem_info.c | 47 struct mem_section *ms; in register_page_bootmem_info_section() local 52 ms = __nr_to_section(section_nr); in register_page_bootmem_info_section() 55 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); in register_page_bootmem_info_section() 69 usage = ms->usage; in register_page_bootmem_info_section() 82 struct mem_section *ms; in register_page_bootmem_info_section() local 87 ms = __nr_to_section(section_nr); in register_page_bootmem_info_section() 89 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); in register_page_bootmem_info_section() 91 if (!preinited_vmemmap_section(ms)) in register_page_bootmem_info_section() 95 usage = ms->usage; in register_page_bootmem_info_section()
|
| A D | page_ext.c | 339 struct mem_section *ms; in __free_page_ext() local 342 ms = __pfn_to_section(pfn); in __free_page_ext() 343 if (!ms || !ms->page_ext) in __free_page_ext() 346 base = READ_ONCE(ms->page_ext); in __free_page_ext() 353 WRITE_ONCE(ms->page_ext, NULL); in __free_page_ext() 361 struct mem_section *ms; in __invalidate_page_ext() local 364 ms = __pfn_to_section(pfn); in __invalidate_page_ext() 365 if (!ms || !ms->page_ext) in __invalidate_page_ext() 367 val = (void *)ms->page_ext + PAGE_EXT_INVALID; in __invalidate_page_ext() 368 WRITE_ONCE(ms->page_ext, val); in __invalidate_page_ext()
|
| A D | memory_hotplug.c | 350 struct mem_section *ms; in pfn_to_online_page() local 355 ms = __nr_to_section(nr); in pfn_to_online_page() 356 if (!online_section(ms)) in pfn_to_online_page() 366 if (!pfn_section_valid(ms, pfn)) in pfn_to_online_page() 369 if (!online_device_section(ms)) in pfn_to_online_page() 729 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device() local 731 ms->section_mem_map |= SECTION_TAINT_ZONE_DEVICE; in section_taint_zone_device()
|
| /mm/damon/ |
| A D | lru_sort.c | 68 .ms = 10, 154 quota.ms = quota.ms / 2; in damon_lru_sort_new_scheme()
|
| A D | modules-common.h | 21 module_param_named(quota_ms, quota.ms, ulong, 0600); \
|
| A D | core.c | 825 dst->ms = src->ms; in damos_commit_quota() 2047 if (!quota->ms && list_empty("a->goals)) { in damos_set_effective_quota() 2061 if (quota->ms) { in damos_set_effective_quota() 2067 esz = min(throughput * quota->ms, esz); in damos_set_effective_quota() 2098 if (!quota->ms && !quota->sz && list_empty("a->goals)) in damos_adjust_quota()
|
| A D | reclaim.c | 55 .ms = 10,
|
| A D | sysfs-schemes.c | 1401 unsigned long ms; member 1461 return sysfs_emit(buf, "%lu\n", quotas->ms); in ms_show() 1469 int err = kstrtoul(buf, 0, "as->ms); in ms_store() 1533 __ATTR_RW_MODE(ms, 0600); 2622 .ms = sysfs_quotas->ms, in damon_sysfs_mk_scheme()
|
Completed in 32 milliseconds