Searched refs:___slab_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 2667 static void *___slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in ___slab_alloc() function 2789 p = ___slab_alloc(s, gfpflags, node, addr, c); in __slab_alloc() 3311 * Since ___slab_alloc() may reenable interrupts while in kmem_cache_alloc_bulk() 3320 p[i] = ___slab_alloc(s, flags, NUMA_NO_NODE, in kmem_cache_alloc_bulk()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 3095 static void *___slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in ___slab_alloc() function 3304 * A wrapper for ___slab_alloc() for contexts where preemption is not yet 3322 p = ___slab_alloc(s, gfpflags, node, addr, c, orig_size); in __slab_alloc() 3963 * Since ___slab_alloc() may reenable interrupts while in __kmem_cache_alloc_bulk() 3974 p[i] = ___slab_alloc(s, flags, NUMA_NO_NODE, in __kmem_cache_alloc_bulk()
|
Completed in 16 milliseconds