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

/linux-4.4.14/mm/
H A Dbacking-dev.c401 struct bdi_writeback_congested *new_congested = NULL, *congested; wb_congested_get_create() local
422 if (new_congested) { wb_congested_get_create()
424 congested = new_congested; wb_congested_get_create()
425 new_congested = NULL; wb_congested_get_create()
434 new_congested = kzalloc(sizeof(*new_congested), gfp); wb_congested_get_create()
435 if (!new_congested) wb_congested_get_create()
438 atomic_set(&new_congested->refcnt, 0); wb_congested_get_create()
439 new_congested->bdi = bdi; wb_congested_get_create()
440 new_congested->blkcg_id = blkcg_id; wb_congested_get_create()
446 kfree(new_congested); wb_congested_get_create()

Completed in 73 milliseconds