Searched refs:new_blkg (Results 1 – 1 of 1) sorted by relevance
172 struct blkcg_gq *new_blkg) in blkg_create() argument195 if (!new_blkg) { in blkg_create()196 new_blkg = blkg_alloc(blkcg, q, GFP_NOWAIT); in blkg_create()197 if (unlikely(!new_blkg)) { in blkg_create()202 blkg = new_blkg; in blkg_create()252 blkg_free(new_blkg); in blkg_create()1048 struct blkcg_gq *new_blkg, *blkg; in blkcg_init_queue() local1052 new_blkg = blkg_alloc(&blkcg_root, q, GFP_KERNEL); in blkcg_init_queue()1053 if (!new_blkg) in blkcg_init_queue()1065 blkg = blkg_create(&blkcg_root, q, new_blkg); in blkcg_init_queue()[all …]