Lines Matching refs:mpol
165 mpol=default use the process allocation policy
167 mpol=prefer:Node prefers to allocate memory from the given Node
168 mpol=bind:NodeList allocates memory only from nodes in NodeList
169 mpol=interleave prefers to allocate from each node in turn
170 mpol=interleave:NodeList allocates from each node of NodeList in turn
171 mpol=local prefers to allocate memory from the local node
176 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
198 For example, mpol=bind=static:NodeList, is the equivalent of an
201 Note that trying to mount a tmpfs with an mpol option will fail if the
206 online, then it is advisable to omit the mpol option from automatic
208 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.