Home
last modified time | relevance | path

Searched refs:dequeue_huge_page_vma (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/Documentation/translations/zh_CN/mm/
Dhugetlbfs_reserv.rst162 确定预留是否存在并可用于分配后,调用dequeue_huge_page_vma()函数。这个函数需要两个与预留有关
166 - chg,尽管这个参数的类型是long,但只有0或1的值被传递给dequeue_huge_page_vma。如果该值为0,
/linux-6.1.9/Documentation/mm/
Dhugetlbfs_reserv.rst208 exists and can be used for the allocation, the routine dequeue_huge_page_vma()
213 passed to dequeue_huge_page_vma. If the value is 0, it indicates a
/linux-6.1.9/mm/
Dhugetlb.c1356 static struct page *dequeue_huge_page_vma(struct hstate *h, in dequeue_huge_page_vma() function
3079 page = dequeue_huge_page_vma(h, vma, addr, avoid_reserve, gbl_chg); in alloc_huge_page()