Lines Matching refs:mpol
94 mpol=default use the process allocation policy
96 mpol=prefer:Node prefers to allocate memory from the given Node
97 mpol=bind:NodeList allocates memory only from nodes in NodeList
98 mpol=interleave prefers to allocate from each node in turn
99 mpol=interleave:NodeList allocates from each node of NodeList in turn
100 mpol=local prefers to allocate memory from the local node
105 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
127 For example, mpol=bind=static:NodeList, is the equivalent of an
130 Note that trying to mount a tmpfs with an mpol option will fail if the
135 online, then it is advisable to omit the mpol option from automatic
137 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.