Lines Matching refs:mtc
1571 struct migration_target_control *mtc; in alloc_demote_page() local
1573 mtc = (struct migration_target_control *)private; in alloc_demote_page()
1575 allowed_mask = mtc->nmask; in alloc_demote_page()
1585 mtc->nmask = NULL; in alloc_demote_page()
1586 mtc->gfp_mask |= __GFP_THISNODE; in alloc_demote_page()
1587 target_page = alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1591 mtc->gfp_mask &= ~__GFP_THISNODE; in alloc_demote_page()
1592 mtc->nmask = allowed_mask; in alloc_demote_page()
1594 return alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1608 struct migration_target_control mtc = { in demote_folio_list() local
1630 (unsigned long)&mtc, MIGRATE_ASYNC, MR_DEMOTION, in demote_folio_list()