Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | pools |
enum pool_type | type |
spinlock_t | lock |
struct list_head | inuse_list |
struct list_head | free_list |
struct device * | dev |
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 |
Definition at line 102 of file ttm_page_alloc_dma.c.
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.
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.
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.
Definition at line 103 of file ttm_page_alloc_dma.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.