Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h52 struct vm_struct { struct
54 struct vm_struct *next; /* Early registration of vm_areas. */ argument
58 void *addr;
59 unsigned long size;
60 unsigned long flags;
61 struct page **pages;
86 struct vm_struct *vm; /* in "busy" tree */ argument