Home
last modified time | relevance | path

Searched defs:vm_area_struct (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dmm_types.h297 struct vm_area_struct { struct
305 struct vm_area_struct *vm_next, *vm_prev; argument
307 struct rb_node vm_rb;
315 unsigned long rb_subtree_gap;
319 struct mm_struct *vm_mm; /* The address space we belong to. */
320 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
321 unsigned long vm_flags; /* Flags, see mm.h. */
327 struct {
330 } shared;
338 struct list_head anon_vma_chain; /* Serialized by mmap_sem &
[all …]
/linux-4.4.14/mm/
Dmmap.c480 RB_DECLARE_CALLBACKS(static, vma_gap_callbacks, struct vm_area_struct, vm_rb, in RB_DECLARE_CALLBACKS()