Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance
2776 struct vm_area_struct { struct2779 struct vm_area_struct *vm_next; argument2780 struct vm_area_struct *vm_prev; argument2781 struct rb_node vm_rb;2782 long unsigned int rb_subtree_gap;2783 struct mm_struct *vm_mm;2784 pgprot_t vm_page_prot;2785 long unsigned int vm_flags;2786 union {2793 struct list_head anon_vma_chain;[all …]