Searched refs:sheaf (Results 1 – 3 of 3) sorted by relevance
71 * @sheaf_capacity: The maximum size of the sheaf.193 struct slab_sheaf *sheaf);196 struct slab_sheaf *sheaf);200 static inline unsigned int kmem_cache_sheaf_size(struct slab_sheaf *sheaf) in kmem_cache_sheaf_size() argument 202 return sheaf->size; in kmem_cache_sheaf_size()
479 struct slab_sheaf *sheaf; /* Allocated nodes for this operation */ member532 .sheaf = NULL, \
35124 if (mas->sheaf) in mas_allocated()35125 total += kmem_cache_sheaf_size(mas->sheaf); in mas_allocated()