Lines Matching refs:mtc
1540 struct migration_target_control *mtc; in alloc_demote_page() local
1542 mtc = (struct migration_target_control *)private; in alloc_demote_page()
1544 allowed_mask = mtc->nmask; in alloc_demote_page()
1554 mtc->nmask = NULL; in alloc_demote_page()
1555 mtc->gfp_mask |= __GFP_THISNODE; in alloc_demote_page()
1556 target_page = alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1560 mtc->gfp_mask &= ~__GFP_THISNODE; in alloc_demote_page()
1561 mtc->nmask = allowed_mask; in alloc_demote_page()
1563 return alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1577 struct migration_target_control mtc = { in demote_folio_list() local
1599 (unsigned long)&mtc, MIGRATE_ASYNC, MR_DEMOTION, in demote_folio_list()