Searched refs:start_tree (Results 1 – 2 of 2) sorted by relevance
135 node = rb_first(&wnd->start_tree); in wnd_close()139 rb_erase(node, &wnd->start_tree); in wnd_close()251 n = rb_lookup(&wnd->start_tree, bit); in wnd_add_free_ext()254 n = rb_first(&wnd->start_tree); in wnd_add_free_ext()356 rb_insert_start(&wnd->start_tree, e); in wnd_add_free_ext()374 n = rb_lookup(&wnd->start_tree, bit); in wnd_remove_free_ext()871 if (RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_is_free()1012 cr = wnd->start_tree.rb_node; in wnd_find()1079 struct rb_root start_tree; in wnd_find() local1081 memcpy(&start_tree, &wnd->start_tree, in wnd_find()[all …]
147 struct rb_root start_tree; // Extents, sorted by 'start'. member
Completed in 8 milliseconds