Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-cgroup.c271 struct blkcg_gq *new_blkg) in blkg_create() argument
291 if (!new_blkg) { in blkg_create()
292 new_blkg = blkg_alloc(blkcg, disk, GFP_NOWAIT | __GFP_NOWARN); in blkg_create()
293 if (unlikely(!new_blkg)) { in blkg_create()
298 blkg = new_blkg; in blkg_create()
345 blkg_free(new_blkg); in blkg_create()
687 struct blkcg_gq *new_blkg; in blkg_conf_prep() local
699 new_blkg = blkg_alloc(pos, disk, GFP_KERNEL); in blkg_conf_prep()
700 if (unlikely(!new_blkg)) { in blkg_conf_prep()
706 blkg_free(new_blkg); in blkg_conf_prep()
[all …]