Lines Matching refs:rb_node_in

365 	rb_erase_cached(&he->rb_node_in, root_in);
596 he = rb_entry(parent, struct hist_entry, rb_node_in);
651 rb_link_node(&he->rb_node_in, parent, p);
652 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost);
1456 iter = rb_entry(parent, struct hist_entry, rb_node_in);
1508 rb_link_node(&new->rb_node_in, parent, p);
1509 rb_insert_color_cached(&new->rb_node_in, root, leftmost);
1575 iter = rb_entry(parent, struct hist_entry, rb_node_in);
1606 rb_link_node(&he->rb_node_in, parent, p);
1607 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
1653 n = rb_entry(next, struct hist_entry, rb_node_in);
1654 next = rb_next(&n->rb_node_in);
1656 rb_erase_cached(&n->rb_node_in, root);
1792 he = rb_entry(node, struct hist_entry, rb_node_in);
1916 n = rb_entry(next, struct hist_entry, rb_node_in);
1917 next = rb_next(&n->rb_node_in);
2342 he = rb_entry(parent, struct hist_entry, rb_node_in);
2363 rb_link_node(&he->rb_node_in, parent, p);
2364 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
2387 he = rb_entry(parent, struct hist_entry, rb_node_in);
2407 rb_link_node(&he->rb_node_in, parent, p);
2408 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
2430 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in);
2454 iter = rb_entry(n, struct hist_entry, rb_node_in);
2479 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2510 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2527 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2586 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2611 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2806 he = rb_entry(node, struct hist_entry, rb_node_in);