Searched refs:logcount (Results 1 – 4 of 4) sorted by relevance
151 int logcount = 0; /* total ops */265 logcount++;286 prt("LOG DUMP (%d total operations):\n", logcount);287 if (logcount < LOGSIZE) {289 count = logcount;295 opnum = i + 1 + (logcount/LOGSIZE)*LOGSIZE;
79 int logcount = 0; /* total ops */ variable172 logcount++; in do_log4()195 prt("LOG DUMP (%d total operations):\n", logcount); in logdump()196 if (logcount < LOGSIZE) { in logdump()198 count = logcount; in logdump()204 opnum = i + 1 + (logcount/LOGSIZE)*LOGSIZE; in logdump()
260 if (mcast->logcount++ < 20) in ipoib_mcast_sendonly_join_complete()376 if (mcast->logcount++ < 20) { in ipoib_mcast_join_complete()
193 unsigned char logcount; member