Searched refs:mtc (Results 1 – 6 of 6) sorted by relevance
/mm/ |
D | migrate.c | 1530 struct migration_target_control *mtc; in alloc_migration_target() local 1537 mtc = (struct migration_target_control *)private; in alloc_migration_target() 1538 gfp_mask = mtc->gfp_mask; in alloc_migration_target() 1539 nid = mtc->nid; in alloc_migration_target() 1547 return alloc_huge_page_nodemask(h, nid, mtc->nmask, gfp_mask); in alloc_migration_target() 1563 new_page = __alloc_pages_nodemask(gfp_mask, order, nid, mtc->nmask); in alloc_migration_target() 1588 struct migration_target_control mtc = { in do_move_pages_to_node() local 1594 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL); in do_move_pages_to_node()
|
D | memory_hotplug.c | 1383 struct migration_target_control mtc = { in do_migrate_range() local 1392 mtc.nid = page_to_nid(list_first_entry(&source, struct page, lru)); in do_migrate_range() 1399 node_clear(mtc.nid, nmask); in do_migrate_range() 1401 node_set(mtc.nid, nmask); in do_migrate_range() 1403 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG); in do_migrate_range()
|
D | memory-failure.c | 1786 struct migration_target_control mtc = { in __soft_offline_page() local 1827 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_FAILURE); in __soft_offline_page()
|
D | gup.c | 1627 struct migration_target_control mtc = { in check_and_migrate_cma_pages() local 1687 NULL, (unsigned long)&mtc, MIGRATE_SYNC, in check_and_migrate_cma_pages()
|
D | mempolicy.c | 1083 struct migration_target_control mtc = { in migrate_to_node() local 1102 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL); in migrate_to_node()
|
D | page_alloc.c | 8752 struct migration_target_control mtc = { in __alloc_contig_migrate_range() local 8790 NULL, (unsigned long)&mtc, cc->mode, MR_CONTIG_RANGE); in __alloc_contig_migrate_range()
|