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