Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmm_types.h319 struct vm_area_struct { struct
327 struct vm_area_struct *vm_next, *vm_prev; argument
329 struct rb_node vm_rb;
337 unsigned long rb_subtree_gap;
341 struct mm_struct *vm_mm; /* The address space we belong to. */
347 pgprot_t vm_page_prot;
348 unsigned long vm_flags; /* Flags, see mm.h. */
354 struct {
357 } shared;
365 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
[all …]
/Linux-v5.15/mm/
Dmmap.c437 struct vm_area_struct, vm_rb, in RB_DECLARE_CALLBACKS_MAX()