Home
last modified time | relevance | path

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

/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.c258 if (mcast->logcount++ < 20) in ipoib_mcast_sendonly_join_complete()
374 if (mcast->logcount++ < 20) { in ipoib_mcast_join_complete()
H A Dipoib.h193 unsigned char logcount; member