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

Data Fields

struct list_head slabs_partial
 
struct list_head slabs_full
 
struct list_head slabs_free
 
unsigned long free_objects
 
unsigned int free_limit
 
unsigned int colour_next
 
spinlock_t list_lock
 
struct array_cacheshared
 
struct array_cache ** alien
 
unsigned long next_reap
 
int free_touched
 

Detailed Description

Definition at line 307 of file slab.c.

Field Documentation

Definition at line 316 of file slab.c.

unsigned int colour_next

Definition at line 313 of file slab.c.

unsigned int free_limit

Definition at line 312 of file slab.c.

unsigned long free_objects

Definition at line 311 of file slab.c.

int free_touched

Definition at line 318 of file slab.c.

spinlock_t list_lock

Definition at line 314 of file slab.c.

unsigned long next_reap

Definition at line 317 of file slab.c.

Definition at line 315 of file slab.c.

struct list_head slabs_free

Definition at line 310 of file slab.c.

struct list_head slabs_full

Definition at line 309 of file slab.c.

struct list_head slabs_partial

Definition at line 308 of file slab.c.


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