Searched refs:new_congested (Results 1 – 1 of 1) sorted by relevance
401 struct bdi_writeback_congested *new_congested = NULL, *congested; in wb_congested_get_create() local422 if (new_congested) { in wb_congested_get_create()424 congested = new_congested; in wb_congested_get_create()425 new_congested = NULL; in wb_congested_get_create()434 new_congested = kzalloc(sizeof(*new_congested), gfp); in wb_congested_get_create()435 if (!new_congested) in wb_congested_get_create()438 atomic_set(&new_congested->refcnt, 0); in wb_congested_get_create()439 new_congested->bdi = bdi; in wb_congested_get_create()440 new_congested->blkcg_id = blkcg_id; in wb_congested_get_create()446 kfree(new_congested); in wb_congested_get_create()