Lines Matching defs:new
147 struct rb_node **new, *parent = NULL;152 new = &afu->dma_regions.rb_node;154 while (*new) {157 this = container_of(*new, struct dfl_afu_dma_region, node);159 parent = *new;165 new = &((*new)->rb_left);167 new = &((*new)->rb_right);172 rb_link_node(®ion->node, parent, new);