Home
last modified time | relevance | path

Searched defs:kmem_cache (Results 1 – 2 of 2) sorted by relevance

/mm/
Dslab.h19 struct kmem_cache { struct
20 unsigned int object_size;/* The original size of the object */
21 unsigned int size; /* The aligned/padded/added on size */
22 unsigned int align; /* Alignment as calculated */
23 unsigned long flags; /* Active flags on the slab */
24 const char *name; /* Slab name for sysfs */
25 int refcount; /* Use counter */
26 void (*ctor)(void *); /* Called on object slot creation */
27 struct list_head list; /* List of all slab caches on the system */
Dslab_common.c31 struct kmem_cache *kmem_cache; variable