Lines Matching refs:new
15 a new memory policy via mbind(). The pages of process can also be relocated
30 nearer to the new processor. The kernel itself does only provide
43 a new cpuset then also all its pages are moved with it so that the
74 how to allocate the correct new page given the old page.
78 the new page for each page that is considered for
95 3. Prep the new page that we want to move to. It is locked
96 and set to not being uptodate so that all accesses to the new
99 4. The new page is prepped with some settings from the old page so that
100 accesses to the new page will discover a page with the correct settings.
118 9. The radix tree is changed to point to the new page.
121 reference is gone. A reference to the new page is established because
122 the new page is referenced to by the radix tree.
126 to sleeping on the locked new page.
128 12. The page contents are copied to the new page.
130 13. The remaining page flags are copied to the new page.
135 15. Queued up writeback on the new page is triggered.
141 19. The page locks are dropped from the old and new page.
143 and will reach the new page.
145 20. The new page is moved to the LRU and can be scanned by the swapper