• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# memtoy test  - lazy migrate single 1G anon segment
2# no 'WAIT on mbind
3#
4numa
5anon foo 1g
6map foo
7mbind foo preferred 1
8touch foo w
9where foo
10numa
11#pause
12# lazy mig -- no wait
13mbind foo bind+move 2
14# NOTE:  get_mempolicy(...,'NODE|'ADDR) will fault in
15# pages to get nodes.  Forces migration at this point
16where foo
17numa
18