Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dslub_def.h42 struct kmem_cache_cpu { struct
43 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];