Searched refs:new_slab (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/power/pm-graph/config/ |
| H A D | cgskip.txt | 42 new_slab
|
| /linux/mm/ |
| H A D | slab.h | 606 gfp_t gfp, bool new_slab);
|
| H A D | slub.c | 2146 gfp_t gfp, bool new_slab) in alloc_slab_obj_exts() argument 2197 if (new_slab) { in alloc_slab_obj_exts() 2322 gfp_t gfp, bool new_slab) in alloc_slab_obj_exts() argument 3518 static struct slab *new_slab(struct kmem_cache *s, gfp_t flags, int node) in new_slab() function 4444 slab = new_slab(s, pc.flags, node); in ___slab_alloc() 7253 new_slab: in refill_objects() 7255 slab = new_slab(s, gfp, local_node); in refill_objects() 7269 goto new_slab; in refill_objects() 7598 slab = new_slab(kmem_cache_node, GFP_NOWAIT, node); in early_kmem_cache_node_alloc()
|