Searched refs:alloc_stripe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 2293 static struct stripe_head *alloc_stripe(struct kmem_cache *sc, gfp_t gfp, in alloc_stripe() function 2337 sh = alloc_stripe(conf->slab_cache, gfp, conf->pool_size, conf); in grow_one_stripe() 2507 nsh = alloc_stripe(sc, GFP_KERNEL, newsize, conf); in resize_stripes()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 2371 static struct stripe_head *alloc_stripe(struct kmem_cache *sc, gfp_t gfp, in alloc_stripe() function 2408 sh = alloc_stripe(conf->slab_cache, gfp, conf->pool_size, conf); in grow_one_stripe() 2578 nsh = alloc_stripe(sc, GFP_KERNEL, newsize, conf); in resize_stripes()
|
Completed in 37 milliseconds