Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dslub_def.h38 struct kmem_cache_cpu { struct
39 void **freelist; /* Pointer to next available object */
41 unsigned long tid; /* Globally unique transaction id */
43 struct page *page; /* The slab from which we are allocating */
44 int node; /* The node of the page (or -1 for debug) */
46 unsigned stat[NR_SLUB_STAT_ITEMS];