Searched refs:slab_alloc (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | slab.c | 3243 slab_alloc(struct kmem_cache *cachep, struct list_lru *lru, gfp_t flags, in slab_alloc() function 3423 void *ret = slab_alloc(cachep, lru, flags, cachep->object_size, _RET_IP_); in __kmem_cache_alloc_lru()
|
D | slub.c | 3508 static __fastpath_inline void *slab_alloc(struct kmem_cache *s, struct list_lru *lru, in slab_alloc() function 3518 void *ret = slab_alloc(s, lru, gfpflags, _RET_IP_, s->object_size); in __kmem_cache_alloc_lru()
|