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

Data Fields

union {
   struct {
      struct list_head   list
 
      unsigned long   colouroff
 
      void *   s_mem
 
      unsigned int   inuse
 
      kmem_bufctl_t   free
 
      unsigned short   nodeid
 
   } 
 
   struct slab_rcu   __slab_cover_slab_rcu
 
}; 
 

Detailed Description

Definition at line 234 of file slab.c.

Field Documentation

union { ... }
struct slab_rcu __slab_cover_slab_rcu

Definition at line 244 of file slab.c.

unsigned long colouroff

Definition at line 238 of file slab.c.

Definition at line 241 of file slab.c.

unsigned int inuse

Definition at line 240 of file slab.c.

Definition at line 237 of file slab.c.

unsigned short nodeid

Definition at line 242 of file slab.c.

void* s_mem

Definition at line 239 of file slab.c.


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