Searched refs:logcount (Results 1 – 2 of 2) sorted by relevance
77 int logcount = 0; /* total ops */ variable182 logcount++; in log4()192 prt("LOG DUMP (%d total operations):\n", logcount); in logdump()193 if (logcount < LOGSIZE) { in logdump()195 count = logcount; in logdump()203 opnum = i + 1 + (logcount / LOGSIZE) * LOGSIZE; in logdump()
24 @@ -74,7 +76,7 @@ int logcount = 0; /* total ops */