Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-cgroup.c396 if (!new_blkg) { 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()
912 struct blkcg_gq *new_blkg; in blkg_conf_prep() local
924 if (unlikely(!new_blkg)) { in blkg_conf_prep()
930 blkg_free(new_blkg); in blkg_conf_prep()
938 blkg_free(new_blkg); in blkg_conf_prep()
945 blkg_free(new_blkg); in blkg_conf_prep()
[all …]