Searched refs:freeze (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | huge_memory.c | 2142 unsigned long haddr, bool freeze) in __split_huge_pmd_locked() argument 2257 if (freeze || pmd_migration) { in __split_huge_pmd_locked() 2308 if (freeze) { in __split_huge_pmd_locked() 2317 unsigned long address, bool freeze, struct page *page) in __split_huge_pmd() argument 2334 VM_BUG_ON(freeze && !page); in __split_huge_pmd() 2374 __split_huge_pmd_locked(vma, pmd, range.start, freeze); in __split_huge_pmd() 2396 bool freeze, struct page *page) in split_huge_pmd_address() argument 2417 __split_huge_pmd(vma, pmd, address, freeze, page); in split_huge_pmd_address()
|