Searched refs:prevnd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymbol.c231 struct rb_node *nd, *prevnd = rb_first_cached(symbols); local
234 if (prevnd == NULL)
237 curr = rb_entry(prevnd, struct symbol, rb_node);
239 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) {

Completed in 79 milliseconds