Home
last modified time | relevance | path

Searched refs:avoid_reserve (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst150 unsigned long addr, int avoid_reserve)
153 此外,alloc_hugetlb_folio需要一个参数avoid_reserve,该参数表示即使看起来已经为指定的地址预留了
154 预留,也不应该使用预留。avoid_reserve参数最常被用于写时拷贝和页面迁移的情况下,即现有页面的额
162 则可将其中一个用于该分配。然而,在任何情况下,avoid_reserve参数都会优先考虑为分配使用预留。在
166 - avoid_reserve,这是传递给alloc_hugetlb_folio()的同一个值/参数。
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst185 unsigned long addr, int avoid_reserve)
189 alloc_hugetlb_folio takes the argument avoid_reserve which indicates reserves
191 specified address. The avoid_reserve argument is most often used in the case
204 However, in every case the avoid_reserve argument overrides the use of
209 - avoid_reserve, this is the same value/argument passed to