Lines Matching defs:vtw_stats
134 vtw_stats_t vtw_stats;
681 ++vtw_stats.del;
715 ++vtw_stats.ins;
754 ++vtw_stats.ins;
787 ++vtw_stats.look[which];
811 ++vtw_stats.probe[which];
840 ++vtw_stats.hit[which];
853 ++vtw_stats.losing[which];
912 ++vtw_stats.miss[which];
915 if (fatps > vtw_stats.max_chain[which])
916 vtw_stats.max_chain[which] = fatps;
917 if (probes > vtw_stats.max_probe[which])
918 vtw_stats.max_probe[which] = probes;
919 if (losings > vtw_stats.max_loss[which])
920 vtw_stats.max_loss[which] = losings;
937 ++vtw_stats.look[which];
964 ++vtw_stats.probe[which];
993 ++vtw_stats.hit[which];
998 ++vtw_stats.losing[which];
1009 ++vtw_stats.miss[which];
1012 if (fatps > vtw_stats.max_chain[which])
1013 vtw_stats.max_chain[which] = fatps;
1014 if (probes > vtw_stats.max_probe[which])
1015 vtw_stats.max_probe[which] = probes;
1016 if (losings > vtw_stats.max_loss[which])
1017 vtw_stats.max_loss[which] = losings;
1059 ++vtw_stats.probe[1];
1076 ++vtw_stats.hit[1];
1082 ++vtw_stats.losing[1];
1103 ++vtw_stats.losing[1];
1122 ++vtw_stats.miss[1];
1126 if (fatps > vtw_stats.max_chain[1])
1127 vtw_stats.max_chain[1] = fatps;
1128 if (probes > vtw_stats.max_probe[1])
1129 vtw_stats.max_probe[1] = probes;
1130 if (losings > vtw_stats.max_loss[1])
1131 vtw_stats.max_loss[1] = losings;
1173 ++vtw_stats.probe[1];
1196 ++vtw_stats.hit[1];
1207 ++vtw_stats.losing[1];
1230 ++vtw_stats.losing[1];
1250 ++vtw_stats.miss[1];
1254 if (fatps > vtw_stats.max_chain[1])
1255 vtw_stats.max_chain[1] = fatps;
1256 if (probes > vtw_stats.max_probe[1])
1257 vtw_stats.max_probe[1] = probes;
1258 if (losings > vtw_stats.max_loss[1])
1259 vtw_stats.max_loss[1] = losings;
1530 ++vtw_stats.kill;
1593 ++vtw_stats.look[1];
1692 ++vtw_stats.look[1];