Lines Matching refs:of
4 Page migration allows the moving of the physical location of pages between
7 system rearranges the physical location of those pages.
9 The main intend of page migration is to reduce the latency of memory access
15 a new memory policy via mbind(). The pages of process can also be relocated
17 migrate_pages function call takes two sets of nodes and moves pages of a
23 migration. cat /proc/<pid>/numa_maps allows an easy review of where the
24 pages of a process are located. See also the numa_maps documentation in the
29 administrator may detect the situation and move the pages of the process
33 "move_pages" allows the moving of individual pages within a process.
39 sections of nodes. Paul Jackson has equipped cpusets with the ability to
42 Cpusets allows the automation of process locality. If a task is moved to
44 performance of the process does not sink dramatically. Also the pages
45 of processes in a cpuset are moved if the allowed memory nodes of a
48 Page migration allows the preservation of the relative location of pages
49 within a group of nodes for all migration techniques which will preserve a
57 and then a low level description of how the low level details work.
59 A. In kernel use of migrate_pages()
64 Lists of pages to be migrated are generated by scanning over
72 2. We need to have a function of type new_page_t that can be
84 migrate_pages() does several passes over its list of pages. A page is moved
99 entries. This decreases the mapcount of a page. If the resulting
106 6. The refcount of the page is examined and we back out if references remain
117 10. The reference count of the old page is dropped because the radix tree