Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dbacking-dev.c413 node = &bdi->cgwb_congested_tree.rb_node; in wb_congested_get_create()
432 rb_insert_color(&congested->rb_node, &bdi->cgwb_congested_tree); in wb_congested_get_create()
472 &congested->__bdi->cgwb_congested_tree); in wb_congested_put()
699 bdi->cgwb_congested_tree = RB_ROOT; in cgwb_bdi_init()
777 while ((rbn = rb_first(&bdi->cgwb_congested_tree))) { in cgwb_bdi_exit()
781 rb_erase(rbn, &bdi->cgwb_congested_tree); in cgwb_bdi_exit()
/Linux-v5.4/include/linux/
Dbacking-dev-defs.h214 struct rb_root cgwb_congested_tree; /* their congested states */ member