Lines Matching +full:cpu +full:- +full:viewed
12 supported platforms with Non-Uniform Memory Access architectures since 2.4.?.
18 (``Documentation/admin-guide/cgroup-v1/cpusets.rst``)
21 programming interface that a NUMA-aware application can take advantage of. When
30 ------------------------
43 not to overload the initial boot node with boot-time
47 this is an optional, per-task policy. When defined for a
63 In a multi-threaded task, task policies apply only to the thread
100 mapping-- i.e., at Copy-On-Write.
103 virtual address space--a.k.a. threads--independent of when
108 are NOT inheritable across exec(). Thus, only NUMA-aware
111 * A task may install a new VMA policy on a sub-range of a
128 policies--using the mbind() system call specifying a range of
140 support allocation at fault time--a.k.a lazy allocation--so hugetlbfs
163 -----------------------------
168 and the optional set of nodes can be viewed as the arguments to the
177 Default Mode--MPOL_DEFAULT
180 policy scopes. Any existing non-default policy will simply be
193 be non-empty.
208 Internally, the Preferred policy uses a single node--the
212 allocation policy can be viewed as a Preferred policy that
213 starts at the node containing the cpu where the allocation
261 With this flag, if the user-specified nodes overlap with the
267 mems 1-3 that sets an Interleave policy over the same set. If
268 the cpuset's mems change to 3-5, the Interleave will now occur
282 set of allowed nodes. The kernel stores the user-passed nodemask,
292 1,3,5 may be remapped to 7-9 and then to 1-3 if the set of
305 the user's nodemask when the set of allowed nodes is only 0-3),
310 mems 2-5 that sets an Interleave policy over the same set with
311 MPOL_F_RELATIVE_NODES. If the cpuset's mems change to 3-7, the
312 interleave now occurs over nodes 3,5-7. If the cpuset's mems
313 then change to 0,2-3,5, then the interleave occurs over nodes
314 0,2-3,5.
320 memory nodes 0 to N-1, where N is the number of memory nodes the
345 During run-time "usage" of the policy, we attempt to minimize atomic operations
386 used for non-shared policies. For this reason, shared policies are marked
387 as such, and the extra reference is dropped "conditionally"--i.e., only
467 The numactl(8) tool is packaged with the run-time version of the library
469 package the headers and compile-time libraries in a separate development