Home
last modified time | relevance | path

Searched refs:logcount (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh151 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;
/freebsd/tools/regression/fsx/
H A Dfsx.c79 int logcount = 0; /* total ops */ variable
172 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()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c260 if (mcast->logcount++ < 20) in ipoib_mcast_sendonly_join_complete()
376 if (mcast->logcount++ < 20) { in ipoib_mcast_join_complete()
H A Dipoib.h193 unsigned char logcount; member