Searched refs:curOpenCount (Results 1 – 4 of 4) sorted by relevance
39 curOpenCount(0), in IOProfile()127 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()145 uint32_t curOpenCount; variable
234 mProfile->curOpenCount++; in open()266 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()267 __FUNCTION__, mProfile->curOpenCount); in close()274 mProfile->curOpenCount--; in close()
446 mProfile->curOpenCount++; in open()500 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()501 __FUNCTION__, mProfile->curOpenCount); in close()507 mProfile->curOpenCount--; in close()
136 maxOpenCount, curOpenCount); in dump()