HomeSort by: relevance | last modified time | path
    Searched defs:term_nq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/raidframe/
rf_engine.c 750 RF_DagNode_t *nd, *local_nq, *term_nq, *fire_nq; local in function:DAGExecutionThread
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
    [all...]

Completed in 12 milliseconds