Searched defs:allocated (Results 1 - 2 of 2) sorted by last modified time

/mm/
H A Dhugetlb.c340 * Return the size of the pages allocated when backing a VMA. In the majority
490 * allocated page will go into page cache and is regarded as
611 * We may have allocated or freed a huge page based on a different
922 * For gigantic hugepages allocated through bootmem at
1209 int needed, allocated; local
1218 allocated = 0;
1232 allocated += i;
1240 (h->free_huge_pages + allocated);
1247 * we've allocated so far.
1259 needed += allocated;
[all...]
H A Drmap.c152 * allocated vma (it depends on RCU to make sure that the
170 struct anon_vma *allocated; local
177 allocated = NULL;
182 allocated = anon_vma;
191 allocated = NULL;
197 if (unlikely(allocated))
198 put_anon_vma(allocated);

Completed in 66 milliseconds