Searched refs:__slab_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 2664 * Version of __slab_alloc to use when we know that interrupts are 2773 static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in __slab_alloc() function 2811 * If not then __slab_alloc is called for slow processing. 2864 object = __slab_alloc(s, gfpflags, node, addr, c); in slab_alloc_node()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 3092 * Version of __slab_alloc to use when we know that preemption is 3308 static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in __slab_alloc() function 3375 object = __slab_alloc(s, gfpflags, node, addr, c, orig_size); in __slab_alloc_node() 3449 * If not then __slab_alloc is called for slow processing.
|
Completed in 19 milliseconds