Searched refs:__slab_free (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 2690 * Put a slab that was just frozen (in __slab_free|get_partial_node) into a 3600 static void __slab_free(struct kmem_cache *s, struct slab *slab, in __slab_free() function 3664 "__slab_free")); in __slab_free() 3727 * If fastpath is not possible then fall back to __slab_free where we deal 3757 __slab_free(s, slab, head, tail_obj, cnt, addr); in do_slab_free() 3796 __slab_free(s, slab, head, tail_obj, cnt, addr); in do_slab_free()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 2375 * Put a page that was just frozen (in __slab_free|get_partial_node) into a 2969 static void __slab_free(struct kmem_cache *s, struct page *page, in __slab_free() function 3029 "__slab_free")); in __slab_free() 3091 * If fastpath is not possible then fall back to __slab_free where we deal 3140 __slab_free(s, page, head, tail_obj, cnt, addr); in do_slab_free()
|
Completed in 19 milliseconds