Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dbacking-dev.c407 node = &bdi->cgwb_congested_tree.rb_node; in wb_congested_get_create()
427 rb_insert_color(&congested->rb_node, &bdi->cgwb_congested_tree); in wb_congested_get_create()
469 &congested->bdi->cgwb_congested_tree); in wb_congested_put()
670 bdi->cgwb_congested_tree = RB_ROOT; in cgwb_bdi_init()
694 while ((rbn = rb_first(&bdi->cgwb_congested_tree))) { in cgwb_bdi_destroy()
698 rb_erase(rbn, &bdi->cgwb_congested_tree); in cgwb_bdi_destroy()
/linux-4.4.14/include/linux/
Dbacking-dev-defs.h158 struct rb_root cgwb_congested_tree; /* their congested states */ member