Lines Matching refs:mpol
85 mpol=default use the process allocation policy
87 mpol=prefer:Node prefers to allocate memory from the given Node
88 mpol=bind:NodeList allocates memory only from nodes in NodeList
89 mpol=interleave prefers to allocate from each node in turn
90 mpol=interleave:NodeList allocates from each node of NodeList in turn
91 mpol=local prefers to allocate memory from the local node
95 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
114 For example, mpol=bind=static:NodeList, is the equivalent of an
117 Note that trying to mount a tmpfs with an mpol option will fail if the
122 online, then it is advisable to omit the mpol option from automatic
124 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.