Searched refs:curActiveCount (Results 1 – 4 of 4) sorted by relevance
41 curActiveCount(0) {} in IOProfile()134 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo()152 uint32_t curActiveCount; variable
244 ALOGI("%s mProfile->curActiveCount %d", __func__, mProfile->curActiveCount); in start()247 mProfile->curActiveCount++; in start()255 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()257 __func__, mProfile->curActiveCount); in stop()258 mProfile->curActiveCount--; in stop()272 mProfile->curActiveCount--; in close()
470 mProfile->curActiveCount++; in start()484 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()486 __func__, mProfile->curActiveCount); in stop()487 mProfile->curActiveCount--; in stop()505 mProfile->curActiveCount--; in close()
139 maxActiveCount, curActiveCount); in dump()