Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslub_def.h48 struct kmem_cache_cpu { struct
49 void **freelist; /* Pointer to next available object */
50 unsigned long tid; /* Globally unique transaction id */
51 struct page *page; /* The slab from which we are allocating */
53 struct page *partial; /* Partially allocated frozen slabs */
55 local_lock_t lock; /* Protects the fields above */
57 unsigned stat[NR_SLUB_STAT_ITEMS];

Completed in 4 milliseconds