Lines Matching refs:cyclehead
135 if (childp->cyclehead != childp) { in timepropagate()
143 childp = childp->cyclehead; in timepropagate()
178 if (parentp->cyclehead != parentp) { in timepropagate()
179 parentp->cyclehead->childtime += share; in timepropagate()
180 parentp->cyclehead->propchild += propshare; in timepropagate()
253 if (nlp->cyclehead == nlp && nlp->cnext != 0) { in cyclelink()
278 if (!(nlp->cyclehead == nlp && nlp->cnext != 0)) { in cyclelink()
306 cyclenlp->cyclehead = cyclenlp; /* head of cycle ptr */ in cyclelink()
324 memberp->cyclehead = cyclenlp; in cyclelink()
364 headp = childp->cyclehead; in inheritflags()
399 if (arcp->arc_parentp->cyclehead == headp) { in inheritflags()
489 if (childp->cyclehead != oldhead) { in doflags()
490 oldhead = childp->cyclehead; in doflags()
602 parentp->cyclehead = parentp; in doarcs()