Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dslub_def.h49 struct kmem_cache_cpu { struct
50 void **freelist; /* Pointer to next available object */
51 unsigned long tid; /* Globally unique transaction id */
52 struct slab *slab; /* The slab from which we are allocating */
54 struct slab *partial; /* Partially allocated frozen slabs */
56 local_lock_t lock; /* Protects the fields above */
58 unsigned stat[NR_SLUB_STAT_ITEMS];

Completed in 5 milliseconds