|
Linux Kernel
3.7.1
|
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_cache * | kmem_cache |
| enum slab_state |
| int __kmem_cache_create | ( | struct kmem_cache * | , |
| unsigned long | flags | ||
| ) |
| int __kmem_cache_shutdown | ( | struct kmem_cache * | ) |
Definition at line 25 of file slab_common.c.
| enum slab_state slab_state |
Definition at line 22 of file slab_common.c.
1.8.2