Lines Matching defs:retiring
688 double retiring = 0;
694 retiring = ret_slots / total_slots;
695 return retiring;
1097 double retiring = td_retiring(ctx, cpu, st);
1099 if (retiring > 0.7)
1101 print_metric(config, ctxp, color, "%8.1f%%", "retiring",
1102 retiring * 100.);
1131 double retiring = td_metric_ratio(ctx, cpu,
1134 if (retiring > 0.7)
1136 print_metric(config, ctxp, color, "%8.1f%%", "retiring",
1137 retiring * 100.);