Lines Matching defs:new_blkg
228 * If @new_blkg is %NULL, this function tries to allocate a new one as
229 * necessary using %GFP_NOWAIT. @new_blkg is always consumed on return.
233 struct blkcg_gq *new_blkg)
254 if (!new_blkg) {
255 new_blkg = blkg_alloc(blkcg, q, GFP_NOWAIT | __GFP_NOWARN);
256 if (unlikely(!new_blkg)) {
261 blkg = new_blkg;
308 blkg_free(new_blkg);
650 struct blkcg_gq *new_blkg;
662 new_blkg = blkg_alloc(pos, q, GFP_KERNEL);
663 if (unlikely(!new_blkg)) {
669 blkg_free(new_blkg);
680 blkg_free(new_blkg);
685 blkg_free(new_blkg);
687 blkg = blkg_create(pos, q, new_blkg);
1172 struct blkcg_gq *new_blkg, *blkg;
1176 new_blkg = blkg_alloc(&blkcg_root, q, GFP_KERNEL);
1177 if (!new_blkg)
1185 blkg = blkg_create(&blkcg_root, q, new_blkg);