Searched refs:start_tree (Results 1 – 2 of 2) sorted by relevance
131 node = rb_first(&wnd->start_tree); in wnd_close()135 rb_erase(node, &wnd->start_tree); in wnd_close()247 n = rb_lookup(&wnd->start_tree, bit); in wnd_add_free_ext()250 n = rb_first(&wnd->start_tree); in wnd_add_free_ext()352 rb_insert_start(&wnd->start_tree, e); in wnd_add_free_ext()370 n = rb_lookup(&wnd->start_tree, bit); in wnd_remove_free_ext()899 if (RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_is_free()1039 cr = wnd->start_tree.rb_node; in wnd_find()1106 struct rb_root start_tree; in wnd_find() local1108 memcpy(&start_tree, &wnd->start_tree, in wnd_find()[all …]
155 struct rb_root start_tree; // Extents, sorted by 'start'. member