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

  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 991 static int nodecount = 0; variable in typeref:typename:int
1376 nodecount--;
1402 nodecount++;
1413 if (nodecount <= 1)
  /src/sys/dev/raidframe/
rf_dagutils.c 810 int i, nodecount; local in function:rf_ValidateDAG
841 nodecount = rf_AssignNodeNums(dag_h);
845 scount = RF_Malloc(nodecount * sizeof(*scount));
846 acount = RF_Malloc(nodecount * sizeof(*acount));
847 nodes = RF_Malloc(nodecount * sizeof(*nodes));
856 for (i = 1; i < nodecount; i++) {
890 RF_Free(scount, nodecount * sizeof(int));
891 RF_Free(acount, nodecount * sizeof(int));
892 RF_Free(nodes, nodecount * sizeof(RF_DagNode_t *));

Completed in 14 milliseconds