Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dbacking-dev.c423 node = &bdi->cgwb_congested_tree.rb_node; in wb_congested_get_create()
442 rb_insert_color(&congested->rb_node, &bdi->cgwb_congested_tree); in wb_congested_get_create()
482 &congested->__bdi->cgwb_congested_tree); in wb_congested_put()
690 bdi->cgwb_congested_tree = RB_ROOT; in cgwb_bdi_init()
767 while ((rbn = rb_first(&bdi->cgwb_congested_tree))) { in cgwb_bdi_exit()
771 rb_erase(rbn, &bdi->cgwb_congested_tree); in cgwb_bdi_exit()
/Linux-v4.19/include/linux/
Dbacking-dev-defs.h191 struct rb_root cgwb_congested_tree; /* their congested states */ member