Home
last modified time | relevance | path

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

/linux/mm/
H A Dmremap.c69 enum mremap_type remap_type; /* expand, shrink, etc. */ member
1430 VM_BUG_ON(vrm->remap_type != MREMAP_SHRINK); in shrink_vma()
1485 if (vrm->remap_type == MREMAP_SHRINK) { in mremap_to()
1649 switch (vrm->remap_type) { in mremap_at()
1683 if (vrm->remap_type == MREMAP_EXPAND) in vrm_will_map_new()
1765 vrm->remap_type = vrm_remap_type(vrm); in check_prep_vma()
1799 if (vrm->remap_type == MREMAP_SHRINK) in check_prep_vma()
2072 .remap_type = MREMAP_INVALID, /* We set later. */ in SYSCALL_DEFINE5()