Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-cgroup.c224 struct blkcg_gq *new_blkg) in blkg_create() argument
254 if (!new_blkg) { in blkg_create()
255 new_blkg = blkg_alloc(blkcg, q, GFP_NOWAIT | __GFP_NOWARN); in blkg_create()
256 if (unlikely(!new_blkg)) { in blkg_create()
261 blkg = new_blkg; in blkg_create()
311 blkg_free(new_blkg); in blkg_create()
840 struct blkcg_gq *new_blkg; in blkg_conf_prep() local
852 new_blkg = blkg_alloc(pos, q, GFP_KERNEL); in blkg_conf_prep()
853 if (unlikely(!new_blkg)) { in blkg_conf_prep()
868 blkg_free(new_blkg); in blkg_conf_prep()
[all …]