Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dvmalloc.h52 struct vm_struct { struct
53 struct vm_struct *next; argument
54 void *addr;
55 unsigned long size;
56 unsigned long flags;
57 struct page **pages;
81 struct vm_struct *vm; /* in "busy" tree */ argument