Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vm_struct Struct Reference

#include <vmalloc.h>

Data Fields

struct vm_structnext
 
voidaddr
 
unsigned long size
 
unsigned long flags
 
struct page ** pages
 
unsigned int nr_pages
 
phys_addr_t phys_addr
 
const voidcaller
 

Detailed Description

Definition at line 27 of file vmalloc.h.

Field Documentation

void* addr

Definition at line 29 of file vmalloc.h.

const void* caller

Definition at line 35 of file vmalloc.h.

unsigned long flags

Definition at line 31 of file vmalloc.h.

Definition at line 28 of file vmalloc.h.

unsigned int nr_pages

Definition at line 33 of file vmalloc.h.

struct page** pages

Definition at line 32 of file vmalloc.h.

Definition at line 34 of file vmalloc.h.

unsigned long size

Definition at line 30 of file vmalloc.h.


The documentation for this struct was generated from the following file: