Searched defs:position (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dhugetlb.c208 * Subtle, allocate a new region at the position but make it zero
3237 unsigned long *position, unsigned long *nr_pages,
3241 unsigned long vaddr = *position;
3330 *position = vaddr;
3235 follow_hugetlb_page(struct mm_struct *mm, struct vm_area_struct *vma, struct page **pages, struct vm_area_struct **vmas, unsigned long *position, unsigned long *nr_pages, long i, unsigned int flags) argument
H A Dmemcontrol.c825 * position in the tree.
1134 struct mem_cgroup *position = NULL; local
1146 position = iter->last_visited;
1154 if (position && position != root &&
1155 !css_tryget_online(&position->css))
1156 position = NULL;
1158 return position;

Completed in 55 milliseconds