Home | History | Annotate | Download | only in raidframe

Lines Matching defs:term_nq

750 	RF_DagNode_t *nd, *local_nq, *term_nq, *fire_nq;
767 term_nq = NULL;
781 nd->next = term_nq;
782 term_nq = nd;
794 nd->next = term_nq;
795 term_nq = nd;
811 while (term_nq) {
812 nd = term_nq;
813 term_nq = term_nq->next;