Searched refs:slab_free (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/mm/ |
D | slub.c | 3537 struct slab *slab_free = NULL; in free_to_partial_list() local 3561 slab_free = slab; in free_to_partial_list() 3566 if (!slab_free) { in free_to_partial_list() 3570 } else if (slab_free) { in free_to_partial_list() 3576 if (slab_free) { in free_to_partial_list() 3581 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects); in free_to_partial_list() 3586 if (slab_free) { in free_to_partial_list() 3588 free_slab(s, slab_free); in free_to_partial_list() 3800 static __fastpath_inline void slab_free(struct kmem_cache *s, struct slab *slab, in slab_free() function 3822 slab_free(s, virt_to_slab(x), x, NULL, &x, 1, caller); in __kmem_cache_free() [all …]
|