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

Data Fields

struct list_head pools
 
enum pool_type type
 
spinlock_t lock
 
struct list_head inuse_list
 
struct list_head free_list
 
struct devicedev
 
unsigned size
 
unsigned npages_free
 
unsigned npages_in_use
 
unsigned long nfrees
 
unsigned long nrefills
 
gfp_t gfp_flags
 
char name [13]
 
char dev_name [64]
 
struct list_head page_list
 
size_t size
 
size_t allocation
 
size_t boundary
 

Detailed Description

Definition at line 102 of file ttm_page_alloc_dma.c.

Field Documentation

size_t allocation

Definition at line 50 of file dmapool.c.

size_t boundary

Definition at line 51 of file dmapool.c.

struct device * dev

Definition at line 108 of file ttm_page_alloc_dma.c.

char dev_name[64]

Definition at line 116 of file ttm_page_alloc_dma.c.

struct list_head free_list

Definition at line 107 of file ttm_page_alloc_dma.c.

gfp_t gfp_flags

Definition at line 114 of file ttm_page_alloc_dma.c.

struct list_head inuse_list

Definition at line 106 of file ttm_page_alloc_dma.c.

spinlock_t lock

Definition at line 105 of file ttm_page_alloc_dma.c.

char name

Definition at line 115 of file ttm_page_alloc_dma.c.

unsigned long nfrees

Definition at line 112 of file ttm_page_alloc_dma.c.

unsigned npages_free

Definition at line 110 of file ttm_page_alloc_dma.c.

unsigned npages_in_use

Definition at line 111 of file ttm_page_alloc_dma.c.

unsigned long nrefills

Definition at line 113 of file ttm_page_alloc_dma.c.

struct list_head page_list

Definition at line 46 of file dmapool.c.

Definition at line 103 of file ttm_page_alloc_dma.c.

size_t size

Definition at line 48 of file dmapool.c.

unsigned size

Definition at line 109 of file ttm_page_alloc_dma.c.

Definition at line 104 of file ttm_page_alloc_dma.c.


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