Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslab.c1608 * slab_destroy - destroy and release all objects in a slab
1616 static void slab_destroy(struct kmem_cache *cachep, struct page *page) in slab_destroy() function
1645 slab_destroy(cachep, page); in slabs_destroy()
2217 slab_destroy(cache, page); in drain_freelist()
/kernel/linux/linux-6.6/mm/
H A Dslab.c1591 * slab_destroy - destroy and release all objects in a slab
1599 static void slab_destroy(struct kmem_cache *cachep, struct slab *slab) in slab_destroy() function
1628 slab_destroy(cachep, slab); in slabs_destroy()
2197 slab_destroy(cache, slab); in drain_freelist()

Completed in 10 milliseconds