Home
last modified time | relevance | path

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

/include/linux/
Dvmalloc.h53 struct vm_struct { struct
54 struct vm_struct *next; argument
55 void *addr;
56 unsigned long size;
57 unsigned long flags;
58 struct page **pages;
83 struct vm_struct *vm; /* in "busy" tree */ argument