Searched refs:start_tree (Results 1 – 1 of 1) 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()258 rb_erase(&e->start.node, &wnd->start_tree); in wnd_add_free_ext()277 rb_erase(&e->start.node, &wnd->start_tree); in wnd_add_free_ext()334 rb_erase(&e->start.node, &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()412 rb_erase(&e3->start.node, &wnd->start_tree); in wnd_remove_free_ext()[all …]