Home
last modified time | relevance | path

Searched refs:split (Results 1 – 8 of 8) sorted by relevance

/mm/
Dmremap.c552 int split = 0; in move_vma() local
626 split = 1; in move_vma()
661 if (split && new_vma == vma) in move_vma()
662 split = 0; in move_vma()
687 if (split) in move_vma()
Dhuge_memory.c2859 int split = 0; in deferred_split_scan() local
2889 split++; in deferred_split_scan()
2903 if (!split && list_empty(&ds_queue->split_queue)) in deferred_split_scan()
2905 return split; in deferred_split_scan()
2922 unsigned long total = 0, split = 0; in split_huge_pages_set() local
2946 split++; in split_huge_pages_set()
2953 pr_info("%lu of %lu THP split\n", split, total); in split_huge_pages_set()
Dksm.c2138 bool split; in cmp_and_merge_page() local
2152 split = PageTransCompound(page) in cmp_and_merge_page()
2180 } else if (split) { in cmp_and_merge_page()
Dshmem.c537 int split = 0; in shmem_unused_huge_shrink() local
583 if (nr_to_split && split >= nr_to_split) in shmem_unused_huge_shrink()
617 split++; in shmem_unused_huge_shrink()
636 return split; in shmem_unused_huge_shrink()
DKconfig188 # space can be handled with less contention: split it at this NR_CPUS.
436 will be split after swapout.
Dmmap.c2867 if (vma->vm_ops && vma->vm_ops->split) { in __split_vma()
2868 err = vma->vm_ops->split(vma, addr); in __split_vma()
Dmemory.c4690 goto split; in wp_huge_pud()
4697 split: in wp_huge_pud()
Dhugetlb.c3756 .split = hugetlb_vm_op_split,