Lines Matching refs:allocation

30     allocation" described below.  However, during boot up, the system
67 A VMA policy will govern the allocation of pages that back this region of
116 support allocation at fault time--a.k.a lazy allocation--so hugetlbfs
118 Although hugetlbfs segments now support lazy allocation, their support
170 the node where the allocation takes place.
172 MPOL_PREFERRED: This mode specifies that the allocation should be
174 allocation fails, the kernel will search other nodes, in order of
177 containing the cpu where the allocation takes place.
182 the policy is interpreted as local allocation. "Local" allocation
184 containing the cpu where the allocation takes place.
186 It is possible for the user to specify that local allocation is
197 For allocation of anonymous pages and shared memory pages,
203 policy or had been selected by a local allocation. That is,
204 allocation will follow the per node zonelist.
206 For allocation of page cache pages, Interleave mode indexes the set
244 (local allocation).
294 (local allocation).
319 or node lists, if any, for page allocation. This is considered a "hot
321 allocation process, which may sleep during page reclaimation, because the
338 3) Page allocation usage of task or vma policy occurs in the fault path where
341 freed out from under us while we're using it for page allocation.
350 extra reference on shared policies in the same query/allocation paths
357 more expensive to use in the page allocation path. This is especially
453 memory sets are disjoint, "local" allocation is the only valid policy.