Home
last modified time | relevance | path

Searched refs:nextnode (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tools/
Ddeadlock_detector.py238 nextnode = nbrs.pop()
239 if nextnode == startnode:
242 elif nextnode not in blocked:
243 path.append(nextnode)
244 stack.append((nextnode, list(subG.neighbors(nextnode))))
245 closed.discard(nextnode)
246 blocked.add(nextnode)
/external/libcap-ng/libcap-ng-0.7/utils/
Dproc-llist.c70 lnode* nextnode; in list_clear() local
75 nextnode=cur->next; in list_clear()
80 cur=nextnode; in list_clear()
/external/jemalloc/bin/
Djeprof.in2107 my $nextnode = 1;
2118 $node{$a} = $nextnode++;
/external/jemalloc_new/bin/
Djeprof.in2108 my $nextnode = 1;
2119 $node{$a} = $nextnode++;