Searched refs:new_congested (Results 1 – 1 of 1) sorted by relevance
407 struct bdi_writeback_congested *new_congested = NULL, *congested; in wb_congested_get_create() local428 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()