Home
last modified time | relevance | path

Searched refs:slab_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/mm/
Dslab.c3262 slab_alloc(struct kmem_cache *cachep, struct list_lru *lru, gfp_t flags, in slab_alloc() function
3442 void *ret = slab_alloc(cachep, lru, flags, cachep->object_size, _RET_IP_); in __kmem_cache_alloc_lru()
Dslub.c3403 static __always_inline void *slab_alloc(struct kmem_cache *s, struct list_lru *lru, in slab_alloc() function
3413 void *ret = slab_alloc(s, lru, gfpflags, _RET_IP_, s->object_size); in __kmem_cache_alloc_lru()