Lines Matching refs:map_rb_node
41 struct map_rb_node *m, *new_rb_node;
52 m = rb_entry(parent, struct map_rb_node, rb_node);
113 static void __maps__remove(struct maps *maps, struct map_rb_node *rb_node)
122 struct map_rb_node *rb_node;
139 struct map_rb_node *pos, *next;
216 struct map_rb_node *pos;
259 struct map_rb_node *pos;
294 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node);
307 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node);
390 struct map_rb_node *rb_node;
419 struct map_rb_node *maps__find_node(struct maps *maps, struct map *map)
421 struct map_rb_node *rb_node;
433 struct map_rb_node *m;
440 m = rb_entry(p, struct map_rb_node, rb_node);
455 struct map_rb_node *maps__first(struct maps *maps)
460 return rb_entry(first, struct map_rb_node, rb_node);
464 struct map_rb_node *map_rb_node__next(struct map_rb_node *node)
476 return rb_entry(next, struct map_rb_node, rb_node);