Lines Matching refs:mtc
1554 struct migration_target_control *mtc;
1556 mtc = (struct migration_target_control *)private;
1558 allowed_mask = mtc->nmask;
1568 mtc->nmask = NULL;
1569 mtc->gfp_mask |= __GFP_THISNODE;
1570 dst = alloc_migration_target(src, (unsigned long)mtc);
1574 mtc->gfp_mask &= ~__GFP_THISNODE;
1575 mtc->nmask = allowed_mask;
1577 return alloc_migration_target(src, (unsigned long)mtc);
1591 struct migration_target_control mtc = {
1613 (unsigned long)&mtc, MIGRATE_ASYNC, MR_DEMOTION,