Searched refs:new_blkg (Results 1 – 1 of 1) sorted by relevance
370 struct blkcg_gq *new_blkg) in blkg_create() argument390 if (!new_blkg) { in blkg_create()391 new_blkg = blkg_alloc(blkcg, disk, GFP_NOWAIT); in blkg_create()392 if (unlikely(!new_blkg)) { in blkg_create()397 blkg = new_blkg; in blkg_create()447 if (new_blkg) in blkg_create()448 blkg_free(new_blkg); in blkg_create()897 struct blkcg_gq *new_blkg; in blkg_conf_prep() local908 new_blkg = blkg_alloc(pos, disk, GFP_NOIO); in blkg_conf_prep()909 if (unlikely(!new_blkg)) { in blkg_conf_prep()[all …]