Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
vmap_block Struct Reference

Public Member Functions

 DECLARE_BITMAP (alloc_map, VMAP_BBMAP_BITS)
 
 DECLARE_BITMAP (dirty_map, VMAP_BBMAP_BITS)
 

Data Fields

spinlock_t lock
 
struct vmap_areava
 
struct vmap_block_queuevbq
 
unsigned long free
 
unsigned long dirty
 
struct list_head free_list
 
struct rcu_head rcu_head
 
struct list_head purge
 

Detailed Description

Definition at line 742 of file vmalloc.c.

Member Function Documentation

DECLARE_BITMAP ( alloc_map  ,
VMAP_BBMAP_BITS   
)
DECLARE_BITMAP ( dirty_map  ,
VMAP_BBMAP_BITS   
)

Field Documentation

unsigned long dirty

Definition at line 746 of file vmalloc.c.

unsigned long free

Definition at line 746 of file vmalloc.c.

struct list_head free_list

Definition at line 749 of file vmalloc.c.

spinlock_t lock

Definition at line 743 of file vmalloc.c.

Definition at line 751 of file vmalloc.c.

struct rcu_head rcu_head

Definition at line 750 of file vmalloc.c.

Definition at line 744 of file vmalloc.c.

Definition at line 745 of file vmalloc.c.


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