Home
last modified time | relevance | path

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

/include/linux/
Dvmalloc.h50 struct vm_struct { struct
51 struct vm_struct *next; argument
52 void *addr;
53 unsigned long size;
54 unsigned long flags;
55 struct page **pages;
80 struct vm_struct *vm; /* in "busy" tree */ argument