Searched refs:histn (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c63 int histn[2047]; variable
125 histn[newbucket[i]]++;
130 p2 += histn[i] * i;
131 if (histo[i] || histn[i])
132 printf("H%02d %4d %4d / %4d %4d\n",i,histo[i], p1 , histn[i], p2);

Completed in 66 milliseconds