Home
last modified time | relevance | path

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

/freebsd-13.1/tools/regression/fsx/
H A Dfsx.c81 int logcount = 0; /* total ops */ variable
174 logcount++; in do_log4()
197 prt("LOG DUMP (%d total operations):\n", logcount); in logdump()
198 if (logcount < LOGSIZE) { in logdump()
200 count = logcount; in logdump()
206 opnum = i + 1 + (logcount/LOGSIZE)*LOGSIZE; in logdump()
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c262 if (mcast->logcount++ < 20) in ipoib_mcast_sendonly_join_complete()
378 if (mcast->logcount++ < 20) { in ipoib_mcast_join_complete()
H A Dipoib.h195 unsigned char logcount; member