Searched refs:new_blkg (Results 1 – 1 of 1) sorted by relevance
371 struct blkcg_gq *new_blkg) in blkg_create() argument391 if (!new_blkg) { in blkg_create()392 new_blkg = blkg_alloc(blkcg, disk, GFP_NOWAIT); in blkg_create()393 if (unlikely(!new_blkg)) { in blkg_create()398 blkg = new_blkg; in blkg_create()448 if (new_blkg) in blkg_create()449 blkg_free(new_blkg); in blkg_create()900 struct blkcg_gq *new_blkg; in blkg_conf_prep() local911 new_blkg = blkg_alloc(pos, disk, GFP_NOIO); in blkg_conf_prep()912 if (unlikely(!new_blkg)) { in blkg_conf_prep()[all …]