Lines Matching refs:rb_node_in

375 	rb_erase_cached(&he->rb_node_in, root_in);
607 he = rb_entry(parent, struct hist_entry, rb_node_in);
663 rb_link_node(&he->rb_node_in, parent, p);
664 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost);
1489 iter = rb_entry(parent, struct hist_entry, rb_node_in);
1541 rb_link_node(&new->rb_node_in, parent, p);
1542 rb_insert_color_cached(&new->rb_node_in, root, leftmost);
1613 iter = rb_entry(parent, struct hist_entry, rb_node_in);
1648 rb_link_node(&he->rb_node_in, parent, p);
1649 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
1695 n = rb_entry(next, struct hist_entry, rb_node_in);
1696 next = rb_next(&n->rb_node_in);
1698 rb_erase_cached(&n->rb_node_in, root);
1834 he = rb_entry(node, struct hist_entry, rb_node_in);
1958 n = rb_entry(next, struct hist_entry, rb_node_in);
1959 next = rb_next(&n->rb_node_in);
2394 he = rb_entry(parent, struct hist_entry, rb_node_in);
2415 rb_link_node(&he->rb_node_in, parent, p);
2416 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
2439 he = rb_entry(parent, struct hist_entry, rb_node_in);
2459 rb_link_node(&he->rb_node_in, parent, p);
2460 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
2482 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in);
2506 iter = rb_entry(n, struct hist_entry, rb_node_in);
2531 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2562 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2579 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2638 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2663 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2869 he = rb_entry(node, struct hist_entry, rb_node_in);