Searched defs:slab_sheaf (Results 1 – 2 of 2) sorted by relevance
126 struct slab_sheaf { struct127 union {132 struct kmem_cache *cache;133 unsigned int size;134 int node; /* only used for rcu_sheaf */135 void *objects[];
404 struct slab_sheaf { struct422 struct slab_sheaf *main; /* never NULL when unlocked */ argument