Searched refs:slab_free (Results 1 – 1 of 1) sorted by relevance
4348 struct slab *slab_free = NULL; in free_to_partial_list() local4372 slab_free = slab; in free_to_partial_list()4377 if (!slab_free) { in free_to_partial_list()4381 } else if (slab_free) { in free_to_partial_list()4387 if (slab_free) { in free_to_partial_list()4392 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects); in free_to_partial_list()4397 if (slab_free) { in free_to_partial_list()4399 free_slab(s, slab_free); in free_to_partial_list()4603 void slab_free(struct kmem_cache *s, struct slab *slab, void *object, in slab_free() function4711 slab_free(s, virt_to_slab(x), x, _RET_IP_); in kmem_cache_free()[all …]