Lines Matching refs:repcount
348 if (e1->repcount < e2->repcount) in log_cmp()
350 else if (e1->repcount > e2->repcount) in log_cmp()
371 else if (e1->repcount < e2->repcount) in log_cmp2()
373 else if (e1->repcount > e2->repcount) in log_cmp2()
409 items->value, items->repcount, in dump_log()
422 items->value, items->repcount, in dump_log()
772 acnt = item->repcount / 10 + 1; /* 10% */ in define_nerrs()
789 i, item->repcount, acnt, intrs, ttime); in define_nerrs()
791 for (j = 0, fon = 1, nttime = ttime; j < item->repcount; in define_nerrs()
912 elem->repcount = i, i++, elem++) { in reduce_log()
918 (!(pol & MULTIPOLICY) || elem->repcount == 1) && in reduce_log()
925 elem->size *= elem->repcount; in reduce_log()
957 for (i = 1, cnt = 1, elem = items, elem->repcount = 1, item = elem + 1; in reduce_log()
961 elem->repcount++; in reduce_log()
963 elem->access_time = logtime / elem->repcount; in reduce_log()
967 elem->repcount = 1; in reduce_log()
970 elem->access_time = logtime / elem->repcount; in reduce_log()
988 for (j = i + 1, acnt = items[i].repcount; j < cnt && in reduce_log()
990 acnt += items[j].repcount; in reduce_log()
997 mina = items[i].repcount; in reduce_log()
998 maxa = items[j-1].repcount; in reduce_log()
1005 if (items[ub].repcount > cutoff[0]) in reduce_log()
1016 if (items[lb].repcount < cutoff[1]) in reduce_log()
1202 acc_cnt = items[i].repcount; in log2errdefs()
1206 acc_cnt += items[j].repcount; in log2errdefs()
1211 acc_cnt, items[i].repcount, items[j-1].repcount, in log2errdefs()