Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dslub.c152 * it is frozen but slab_free will then skip the usual
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, slab_free() function
[all...]
/kernel/linux/linux-5.10/mm/
H A Dslub.c101 * it is frozen but slab_free will then skip the usual
3135 note_cmpxchg_failure("slab_free", s, tid); in do_slab_free()
3144 static __always_inline void slab_free(struct kmem_cache *s, struct page *page, in slab_free() function
3168 slab_free(s, virt_to_head_page(x), x, NULL, 1, _RET_IP_); in kmem_cache_free()
3278 slab_free(df.s, df.page, df.freelist, df.tail, df.cnt,_RET_IP_); in kmem_cache_free_bulk()
4128 slab_free(page->slab_cache, page, object, NULL, 1, _RET_IP_); in kfree()

Completed in 14 milliseconds