Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_engine.c865 RF_DagNode_t *nd, *local_nq, *term_nq, *fire_nq; in rf_DAGExecutionThread() local
894 term_nq = NULL; in rf_DAGExecutionThread()
910 nd->next = term_nq; in rf_DAGExecutionThread()
911 term_nq = nd; in rf_DAGExecutionThread()
927 nd->next = term_nq; in rf_DAGExecutionThread()
928 term_nq = nd; in rf_DAGExecutionThread()
948 while (term_nq) { in rf_DAGExecutionThread()
949 nd = term_nq; in rf_DAGExecutionThread()
950 term_nq = term_nq->next; in rf_DAGExecutionThread()