Searched defs:vma_remap_struct (Results 1 – 1 of 1) sorted by relevance
50 struct vma_remap_struct { struct53 unsigned long old_len; /* Length of range being remapped. */54 unsigned long new_len; /* Desired new length of mapping. */56 unsigned long new_addr; /* Optionally, desired new address. */59 struct vm_userfaultfd_ctx *uf;60 struct list_head *uf_unmap_early;61 struct list_head *uf_unmap;64 struct vm_area_struct *vma;67 unsigned long delta; /* Absolute delta of old_len,new_len. */69 enum mremap_type remap_type; /* expand, shrink, etc. */[all …]
Completed in 8 milliseconds