Searched refs:freeindex (Results 1 – 1 of 1) sorted by relevance
268 inT32 freeindex; //index to freeers in display_counts() local325 0, totalpchunks = 0, freeindex = 0; freeindex < buckets; in display_counts()326 freeindex++) { in display_counts()327 totalchunks += callers[callindex].counts[freeindex * 4]; in display_counts()328 totalspace += callers[callindex].counts[freeindex * 4 + 1]; in display_counts()329 totalpchunks += callers[callindex].counts[freeindex * 4 + 2]; in display_counts()330 totalpspace += callers[callindex].counts[freeindex * 4 + 3]; in display_counts()333 for (totalfrees = 0, freeindex = 0; freeindex < freeentries; in display_counts()334 freeindex++) in display_counts()335 totalfrees += callers[callindex].free_list[freeindex].count; in display_counts()[all …]