Lines Matching full:process
8 nodes in a NUMA system while the process is running. This means that the
9 virtual addresses that the process sees do not change. However, the
16 by moving pages near to the processor where the process accessing that memory
19 Page migration allows a process to manually relocate the node on which its
21 a new memory policy via mbind(). The pages of a process can also be relocated
22 from another process using the sys_migrate_pages() function call. The
24 process that are located on the from nodes to the destination nodes.
30 pages of a process are located. See also the numa_maps documentation in the
34 a process to a processor on a distant node. A batch scheduler or an
35 administrator may detect the situation and move the pages of the process
39 "move_pages" allows the moving of individual pages within a process.
48 Cpusets allow the automation of process locality. If a task is moved to
50 performance of the process does not sink dramatically. Also the pages
57 process. This is necessary in order to preserve the memory latencies.