Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h2776 struct vm_area_struct { struct
2779 struct vm_area_struct *vm_next; argument
2780 struct vm_area_struct *vm_prev; argument
2781 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 …]