Searched refs:freeze (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | huge_memory.c | 2029 unsigned long haddr, bool freeze) in __split_huge_pmd_locked() argument 2146 if (freeze || pmd_migration) { in __split_huge_pmd_locked() 2201 if (freeze) { in __split_huge_pmd_locked() 2210 unsigned long address, bool freeze, struct page *page) in __split_huge_pmd() argument 2227 VM_BUG_ON(freeze && !page); in __split_huge_pmd() 2267 __split_huge_pmd_locked(vma, pmd, range.start, freeze); in __split_huge_pmd() 2289 bool freeze, struct page *page) in split_huge_pmd_address() argument 2310 __split_huge_pmd(vma, pmd, address, freeze, page); in split_huge_pmd_address()
|