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. Lock the new page that we want to move to. It is locked so that accesses to
112 8. The new page is prepped with some settings from the old page so that
113 accesses to the new page will discover a page with the correct settings.
115 9. The radix tree is changed to point to the new page.
118 reference is gone. A reference to the new page is established because
119 the new page is referenced to by the radix tree.
123 to sleeping on the locked new page.
125 12. The page contents are copied to the new page.
127 13. The remaining page flags are copied to the new page.
132 15. Queued up writeback on the new page is triggered.
138 19. The page locks are dropped from the old and new page.
140 and will reach the new page.
142 20. The new page is moved to the LRU and can be scanned by the swapper