Searched refs:new_blkg (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-cgroup.c372 * If @new_blkg is %NULL, this function tries to allocate a new one as
373 * necessary using %GFP_NOWAIT. @new_blkg is always consumed on return.
376 struct blkcg_gq *new_blkg)
396 if (!new_blkg) {
397 new_blkg = blkg_alloc(blkcg, disk, GFP_NOWAIT | __GFP_NOWARN);
398 if (unlikely(!new_blkg)) {
403 blkg = new_blkg;
453 if (new_blkg)
454 blkg_free(new_blkg);
854 struct blkcg_gq *new_blkg; variable in typeref:struct:blkcg_gq
375 blkg_create(struct blkcg *blkcg, struct gendisk *disk, struct blkcg_gq *new_blkg) argument
872 blkg_free(new_blkg); variable
880 blkg_free(new_blkg); variable
887 blkg_free(new_blkg); variable
1421 struct blkcg_gq *new_blkg, *blkg; local
[all...]

Completed in 144 milliseconds