Searched refs:slob_alloc (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | slob.c | 304 static void *slob_alloc(size_t size, gfp_t gfp, int align, int node) in slob_alloc() function 471 m = slob_alloc(size + align, gfp, align, node); in __kmalloc_node() 538 c = slob_alloc(sizeof(struct kmem_cache), in kmem_cache_create() 574 b = slob_alloc(c->size, flags, c->align, node); in kmem_cache_alloc_node()
|