Searched refs:mtc (Results 1 – 7 of 7) sorted by relevance
/mm/ |
D | migrate.c | 1612 struct migration_target_control *mtc; in alloc_migration_target() local 1619 mtc = (struct migration_target_control *)private; in alloc_migration_target() 1620 gfp_mask = mtc->gfp_mask; in alloc_migration_target() 1621 nid = mtc->nid; in alloc_migration_target() 1629 return alloc_huge_page_nodemask(h, nid, mtc->nmask, gfp_mask); in alloc_migration_target() 1645 new_page = __alloc_pages(gfp_mask, order, nid, mtc->nmask); in alloc_migration_target() 1670 struct migration_target_control mtc = { in do_move_pages_to_node() local 1676 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in do_move_pages_to_node()
|
D | memory_hotplug.c | 1802 struct migration_target_control mtc = { in do_migrate_range() local 1811 mtc.nid = page_to_nid(list_first_entry(&source, struct page, lru)); in do_migrate_range() 1818 node_clear(mtc.nid, nmask); in do_migrate_range() 1820 node_set(mtc.nid, nmask); in do_migrate_range() 1822 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG, NULL); in do_migrate_range()
|
D | memory-failure.c | 2148 struct migration_target_control mtc = { in __soft_offline_page() local 2189 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_FAILURE, NULL); in __soft_offline_page()
|
D | gup.c | 1893 struct migration_target_control mtc = { in check_and_migrate_movable_pages() local 1945 NULL, (unsigned long)&mtc, MIGRATE_SYNC, in check_and_migrate_movable_pages()
|
D | mempolicy.c | 1054 struct migration_target_control mtc = { in migrate_to_node() local 1073 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in migrate_to_node()
|
D | vmscan.c | 1357 struct migration_target_control mtc = { in alloc_demote_page() local 1369 return alloc_migration_target(page, (unsigned long)&mtc); in alloc_demote_page()
|
D | page_alloc.c | 9322 struct migration_target_control mtc = { in __alloc_contig_migrate_range() local 9361 NULL, (unsigned long)&mtc, cc->mode, MR_CONTIG_RANGE, NULL); in __alloc_contig_migrate_range()
|