Home
last modified time | relevance | path

Searched refs:mmpol (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmempolicy.c1213 struct migration_mpol *mmpol = (struct migration_mpol *)private; in alloc_migration_target_by_mpol() local
1214 struct mempolicy *pol = mmpol->pol; in alloc_migration_target_by_mpol()
1215 pgoff_t ilx = mmpol->ilx; in alloc_migration_target_by_mpol()
1269 struct migration_mpol mmpol; in do_mbind() local
1348 mmpol.pol = new; in do_mbind()
1349 mmpol.ilx = 0; in do_mbind()
1380 &mmpol.ilx)); in do_mbind()
1382 mmpol.ilx -= folio->index >> order; in do_mbind()
1392 (unsigned long)&mmpol, MIGRATE_SYNC, in do_mbind()