Lines Matching defs:over
1110 percent(const char *name, long pctv, int *over)
1115 (*over && pctv <= 9) ? 1 : 2);
1117 if (*over && pctv <= 9)
1118 (*over)--;
1120 (*over)++;
1127 int state, over;
1134 over = 0;
1137 total, &over);
1139 total, &over);
1140 percent("idle", 100LL * cur.cp_time[CP_IDLE] / total, &over);
1148 int i, state, over;
1162 over = 0;
1176 cur_cp_times[i * CPUSTATES + CP_NICE]) / total, &over);
1179 cur_cp_times[i * CPUSTATES + CP_INTR]) / total, &over);
1182 &over);