Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dslab.h198 struct slab_sheaf **sheafp, unsigned int size);
/linux/include/linux/
H A Dslab.h834 struct slab_sheaf **sheafp, unsigned int size);
/linux/mm/
H A Dslub.c5101 struct slab_sheaf **sheafp, unsigned int size) in kmem_cache_refill_sheaf() argument
5109 if (!sheafp || !(*sheafp)) in kmem_cache_refill_sheaf()
5112 sheaf = *sheafp; in kmem_cache_refill_sheaf()
5138 kmem_cache_return_sheaf(s, gfp, *sheafp); in kmem_cache_refill_sheaf()
5139 *sheafp = sheaf; in kmem_cache_refill_sheaf()