Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dbacking-dev.c407 struct bdi_writeback_congested *new_congested = NULL, *congested; in wb_congested_get_create() local
428 if (new_congested) { in wb_congested_get_create()
430 congested = new_congested; in wb_congested_get_create()
440 new_congested = kzalloc(sizeof(*new_congested), gfp); in wb_congested_get_create()
441 if (!new_congested) in wb_congested_get_create()
444 refcount_set(&new_congested->refcnt, 1); in wb_congested_get_create()
445 new_congested->__bdi = bdi; in wb_congested_get_create()
446 new_congested->blkcg_id = blkcg_id; in wb_congested_get_create()
452 kfree(new_congested); in wb_congested_get_create()