Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dbacking-dev.c417 struct bdi_writeback_congested *new_congested = NULL, *congested; in wb_congested_get_create() local
438 if (new_congested) { in wb_congested_get_create()
440 congested = new_congested; in wb_congested_get_create()
450 new_congested = kzalloc(sizeof(*new_congested), gfp); in wb_congested_get_create()
451 if (!new_congested) in wb_congested_get_create()
454 refcount_set(&new_congested->refcnt, 1); in wb_congested_get_create()
455 new_congested->__bdi = bdi; in wb_congested_get_create()
456 new_congested->blkcg_id = blkcg_id; in wb_congested_get_create()
462 kfree(new_congested); in wb_congested_get_create()