Home
last modified time | relevance | path

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

/linux-5.19.10/block/
Dblk-cgroup.c296 struct blkcg_gq *new_blkg) in blkg_create() argument
316 if (!new_blkg) { in blkg_create()
317 new_blkg = blkg_alloc(blkcg, q, GFP_NOWAIT | __GFP_NOWARN); in blkg_create()
318 if (unlikely(!new_blkg)) { in blkg_create()
323 blkg = new_blkg; in blkg_create()
370 blkg_free(new_blkg); in blkg_create()
724 struct blkcg_gq *new_blkg; in blkg_conf_prep() local
736 new_blkg = blkg_alloc(pos, q, GFP_KERNEL); in blkg_conf_prep()
737 if (unlikely(!new_blkg)) { in blkg_conf_prep()
743 blkg_free(new_blkg); in blkg_conf_prep()
[all …]