Home
last modified time | relevance | path

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

/mm/
A Dmremap.c69 enum mremap_type remap_type; /* expand, shrink, etc. */ member
1333 VM_BUG_ON(vrm->remap_type != MREMAP_SHRINK); in shrink_vma()
1388 if (vrm->remap_type == MREMAP_SHRINK) { in mremap_to()
1552 switch (vrm->remap_type) { in mremap_at()
1586 if (vrm->remap_type == MREMAP_EXPAND) in vrm_will_map_new()
1666 vrm->remap_type = vrm_remap_type(vrm); in check_prep_vma()
1700 if (vrm->remap_type == MREMAP_SHRINK) in check_prep_vma()
1978 .remap_type = MREMAP_INVALID, /* We set later. */ in SYSCALL_DEFINE5()

Completed in 9 milliseconds