Lines Matching full:process
5 nodes in a numa system while the process is running. This means that the
6 virtual addresses that the process sees do not change. However, the
10 by moving pages near to the processor where the process accessing that memory
13 Page migration allows a process to manually relocate the node on which its
15 a new memory policy via mbind(). The pages of process can also be relocated
16 from another process using the sys_migrate_pages() function call. The
18 process that are located on the from nodes to the destination nodes.
24 pages of a process are located. See also the numa_maps documentation in the
28 a process to a processor on a distant node. A batch scheduler or an
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.
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
51 process. This is necessary in order to preserve the memory latencies.