Home | History | Annotate | Download | only in src

Lines Matching refs:cycleMark

2301     topo->cycleMark = 0;                    // No cycles at the start
2433 for (i=0; i<topo->cycleMark; i++)
2443 for (l = i; l < topo->cycleMark; l++)
2450 topo->cycleMark -= i;
2465 topo->cycle[topo->cycleMark++] = node;
2516 topo->cycleMark--;