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