Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dslub.c4318 struct slab *slab_free = NULL; in free_to_partial_list() local
4342 slab_free = slab; in free_to_partial_list()
4347 if (!slab_free) { in free_to_partial_list()
4351 } else if (slab_free) { in free_to_partial_list()
4357 if (slab_free) { in free_to_partial_list()
4362 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects); in free_to_partial_list()
4367 if (slab_free) { in free_to_partial_list()
4369 free_slab(s, slab_free); in free_to_partial_list()
4573 void slab_free(struct kmem_cache *s, struct slab *slab, void *object, in slab_free() function
4681 slab_free(s, virt_to_slab(x), x, _RET_IP_); in kmem_cache_free()
[all …]