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.c5136 struct slab_sheaf **sheafp, unsigned int size) in kmem_cache_refill_sheaf() argument
5144 if (!sheafp || !(*sheafp)) in kmem_cache_refill_sheaf()
5147 sheaf = *sheafp; in kmem_cache_refill_sheaf()
5173 kmem_cache_return_sheaf(s, gfp, *sheafp); in kmem_cache_refill_sheaf()
5174 *sheafp = sheaf; in kmem_cache_refill_sheaf()