Searched defs:vma_munmap_struct (Results 1 – 1 of 1) sorted by relevance
32 struct vma_munmap_struct { struct33 struct vma_iterator *vmi;34 struct vm_area_struct *vma; /* The first vma to munmap */35 struct vm_area_struct *prev; /* vma before the munmap area */36 struct vm_area_struct *next; /* vma after the munmap area */37 struct list_head *uf; /* Userfaultfd list_head */38 unsigned long start; /* Aligned start addr (inclusive) */39 unsigned long end; /* Aligned end addr (exclusive) */40 unsigned long unmap_start; /* Unmap PTE start */41 unsigned long unmap_end; /* Unmap PTE end */[all …]