Searched refs:map_rb_node__next (Results 1 – 3 of 3) sorted by relevance
35 struct map_rb_node *map_rb_node__next(struct map_rb_node *node);40 for (map = maps__first(maps); map; map = map_rb_node__next(map))43 for (map = maps__first(maps), next = map_rb_node__next(map); map; \44 map = next, next = map_rb_node__next(map))
464 struct map_rb_node *map_rb_node__next(struct map_rb_node *node) in map_rb_node__next() function
1756 struct map_rb_node *next = map_rb_node__next(rb_node); in machine__create_kernel_maps()