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

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

Completed in 85 milliseconds