Searched defs:slab_destroy (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dslab.c199 * slab_destroy on a SLAB_DESTROY_BY_RCU cache uses this structure to
2028 * slab_destroy - destroy and release all objects in a slab
2036 static void slab_destroy(struct kmem_cache *cachep, struct slab *slabp) function
2490 * Would deadlock through slab_destroy()->call_rcu()->
2618 slab_destroy(cache, slabp);
3604 slab_destroy(cachep, slabp);

Completed in 14 milliseconds