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

Data Fields

struct list_head list
 
int free_size
 
int contig_hint
 
voidbase_addr
 
int map_used
 
int map_alloc
 
intmap
 
voiddata
 
bool immutable
 
unsigned long populated []
 

Detailed Description

Definition at line 100 of file percpu.c.

Field Documentation

void* base_addr

Definition at line 104 of file percpu.c.

int contig_hint

Definition at line 103 of file percpu.c.

Definition at line 108 of file percpu.c.

int free_size

Definition at line 102 of file percpu.c.

bool immutable

Definition at line 109 of file percpu.c.

Definition at line 101 of file percpu.c.

int* map

Definition at line 107 of file percpu.c.

int map_alloc

Definition at line 106 of file percpu.c.

int map_used

Definition at line 105 of file percpu.c.

unsigned long populated[]

Definition at line 110 of file percpu.c.


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