Lines Matching defs:new
642 struct rb_node **new = &(root->rb_node), *parent = NULL;
645 /* Figure out where to put new node */
646 while (*new) {
650 it = rb_entry(*new, struct event_uniq, node);
654 parent = *new;
656 new = &((*new)->rb_left);
658 new = &((*new)->rb_right);
678 /* Add new node and rebalance tree. */
679 rb_link_node(&data->node, parent, new);
1161 * Start the process for a new H_GET_24x7_DATA hcall.
1673 /* Find a new cpu to collect 24x7 events */
1681 /* Migrate 24x7 events to the new target */