Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmm_types.h398 struct vm_area_struct { struct
406 struct vm_area_struct *vm_next, *vm_prev; argument
408 struct rb_node vm_rb;
416 unsigned long rb_subtree_gap;
420 struct mm_struct *vm_mm; /* The address space we belong to. */
426 pgprot_t vm_page_prot;
427 unsigned long vm_flags; /* Flags, see mm.h. */
437 union {
455 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
457 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
[all …]
/linux-5.19.10/mm/
Dmmap.c443 struct vm_area_struct, vm_rb, in RB_DECLARE_CALLBACKS_MAX()