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
1338 VM_BUG_ON(vrm->remap_type != MREMAP_SHRINK); in shrink_vma()
1393 if (vrm->remap_type == MREMAP_SHRINK) { in mremap_to()
1557 switch (vrm->remap_type) { in mremap_at()
1591 if (vrm->remap_type == MREMAP_EXPAND) in vrm_will_map_new()
1673 vrm->remap_type = vrm_remap_type(vrm); in check_prep_vma()
1707 if (vrm->remap_type == MREMAP_SHRINK) in check_prep_vma()
1993 .remap_type = MREMAP_INVALID, /* We set later. */ in SYSCALL_DEFINE5()