Searched refs:slab_free (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | slub.c | 3544 struct slab *slab_free = NULL; in free_to_partial_list() local 3568 slab_free = slab; in free_to_partial_list() 3573 if (!slab_free) { in free_to_partial_list() 3577 } else if (slab_free) { in free_to_partial_list() 3583 if (slab_free) { in free_to_partial_list() 3588 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects); in free_to_partial_list() 3593 if (slab_free) { in free_to_partial_list() 3595 free_slab(s, slab_free); in free_to_partial_list() 3807 static __fastpath_inline void slab_free(struct kmem_cache *s, struct slab *slab, in slab_free() function 3829 slab_free(s, virt_to_slab(x), x, NULL, &x, 1, caller); in __kmem_cache_free() [all …]
|