Searched refs:root_unstable_tree (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dksm.c155 static struct rb_root root_unstable_tree = RB_ROOT; variable in typeref:struct:rb_root
549 * root_unstable_tree was already reset to RB_ROOT.
557 rb_erase(&rmap_item->node, &root_unstable_tree);
1061 struct rb_node **new = &root_unstable_tree.rb_node;
1101 rb_insert_color(&rmap_item->node, &root_unstable_tree);
1250 root_unstable_tree = RB_ROOT;

Completed in 39 milliseconds