Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dslab.h126 struct slab_sheaf { struct
127 union {
132 struct kmem_cache *cache;
133 unsigned int size;
134 int node; /* only used for rcu_sheaf */
135 void *objects[];
/linux/mm/
H A Dslub.c404 struct slab_sheaf { struct
422 struct slab_sheaf *main; /* never NULL when unlocked */ argument