Searched defs:kmem_cache_cpu (Results 1 – 2 of 2) sorted by relevance
50 struct kmem_cache_cpu { struct51 union {58 struct slab *slab; /* The slab from which we are allocating */60 struct slab *partial; /* Partially allocated frozen slabs */62 local_lock_t lock; /* Protects the fields above */64 unsigned stat[NR_SLUB_STAT_ITEMS];
42 struct kmem_cache_cpu { struct43 void **freelist; /* Pointer to next available object */44 unsigned long tid; /* Globally unique transaction id */45 struct page *page; /* The slab from which we are allocating */47 struct page *partial; /* Partially allocated frozen slabs */50 unsigned stat[NR_SLUB_STAT_ITEMS];