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

  /src/sys/dev/raidframe/
rf_dagutils.c 810 int i, nodecount; local
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 *));
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 991 static int nodecount = 0; variable
1376 nodecount--;
1402 nodecount++;
1413 if (nodecount <= 1)
  /src/external/bsd/ipf/dist/
radix_ipf.c 1020 static int nodecount = 0; variable
1405 nodecount--;
1431 nodecount++;
1442 if (nodecount <= 1)
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 225 --nodecount=<n> Show at most so many nodes [default=80]
415 "nodecount=i" => \$main::opt_nodecount,
2047 my $nodecount = $main::opt_nodecount;
2054 my $last = $nodecount - 1;
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 223 --nodecount=<n> Show at most so many nodes [default=80]
409 "nodecount=i" => \$main::opt_nodecount,
2032 my $nodecount = $main::opt_nodecount;
2039 my $last = $nodecount - 1;

Completed in 60 milliseconds