Home
last modified time | relevance | path

Searched refs:sheaf (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/linux/
H A Dslab.h71 * @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()
/linux/include/linux/
H A Dmaple_tree.h479 struct slab_sheaf *sheaf; /* Allocated nodes for this operation */ member
532 .sheaf = NULL, \
/linux/tools/testing/radix-tree/
H A Dmaple.c35124 if (mas->sheaf) in mas_allocated()
35125 total += kmem_cache_sheaf_size(mas->sheaf); in mas_allocated()