Searched refs:slab_alloc (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/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 | 3483 static __fastpath_inline void *slab_alloc(struct kmem_cache *s, struct list_lru *lru,  in slab_alloc()  function 3493 	void *ret = slab_alloc(s, lru, gfpflags, _RET_IP_, s->object_size);  in __kmem_cache_alloc_lru()
  |