Lines Matching defs:new
949 struct rb_node **new = &(root->rb_node), *parent = NULL;951 while (*new) {955 this = container_of(*new, struct work_atoms, node);956 parent = *new;961 new = &((*new)->rb_left);963 new = &((*new)->rb_right);966 rb_link_node(&data->node, parent, new);