Lines Matching refs:new_blkg
376 struct blkcg_gq *new_blkg) in blkg_create() argument
396 if (!new_blkg) { in blkg_create()
397 new_blkg = blkg_alloc(blkcg, disk, GFP_NOWAIT | __GFP_NOWARN); in blkg_create()
398 if (unlikely(!new_blkg)) { in blkg_create()
403 blkg = new_blkg; in blkg_create()
453 if (new_blkg) in blkg_create()
454 blkg_free(new_blkg); in blkg_create()
876 struct blkcg_gq *new_blkg; in blkg_conf_prep() local
887 new_blkg = blkg_alloc(pos, disk, GFP_KERNEL); in blkg_conf_prep()
888 if (unlikely(!new_blkg)) { in blkg_conf_prep()
894 blkg_free(new_blkg); in blkg_conf_prep()
902 blkg_free(new_blkg); in blkg_conf_prep()
909 blkg_free(new_blkg); in blkg_conf_prep()
911 blkg = blkg_create(pos, disk, new_blkg); in blkg_conf_prep()
1459 struct blkcg_gq *new_blkg, *blkg; in blkcg_init_disk() local
1462 new_blkg = blkg_alloc(&blkcg_root, disk, GFP_KERNEL); in blkcg_init_disk()
1463 if (!new_blkg) in blkcg_init_disk()
1471 blkg = blkg_create(&blkcg_root, disk, new_blkg); in blkcg_init_disk()