Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions | Variables
slab.h File Reference

Go to the source code of this file.

Enumerations

enum  slab_state {
  DOWN, PARTIAL, PARTIAL_ARRAYCACHE, PARTIAL_L3,
  UP, FULL
}
 

Functions

int __kmem_cache_create (struct kmem_cache *, unsigned long flags)
 
int __kmem_cache_shutdown (struct kmem_cache *)
 

Variables

enum slab_state slab_state
 
struct mutex slab_mutex
 
struct list_head slab_caches
 
struct kmem_cachekmem_cache
 

Enumeration Type Documentation

enum slab_state
Enumerator:
DOWN 
PARTIAL 
PARTIAL_ARRAYCACHE 
PARTIAL_L3 
UP 
FULL 

Definition at line 15 of file slab.h.

Function Documentation

int __kmem_cache_create ( struct kmem_cache ,
unsigned long  flags 
)

Definition at line 2357 of file slab.c.

int __kmem_cache_shutdown ( struct kmem_cache )

Definition at line 2730 of file slab.c.

Variable Documentation

Definition at line 25 of file slab_common.c.

struct list_head slab_caches
struct mutex slab_mutex

Definition at line 22 of file slab_common.c.