Searched refs:do_slab_free (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 117 * The fast path allocation (slab_alloc_node()) and freeing (do_slab_free()) 3734 static __always_inline void do_slab_free(struct kmem_cache *s, in do_slab_free() function 3790 static void do_slab_free(struct kmem_cache *s, in do_slab_free() function 3810 do_slab_free(s, slab, head, tail, cnt, addr); in slab_free() 3816 do_slab_free(cache, virt_to_slab(x), x, NULL, 1, addr); in ___cache_free()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 3098 static __always_inline void do_slab_free(struct kmem_cache *s, in do_slab_free() function 3153 do_slab_free(s, page, head, tail, cnt, addr); in slab_free() 3159 do_slab_free(cache, virt_to_head_page(x), x, NULL, 1, addr); in ___cache_free()
|
Completed in 15 milliseconds