Searched refs:g_operationCount (Results 1 – 1 of 1) sorted by relevance
44 static uint32_t g_operationCount = 0; variable86 --g_operationCount; in DeleteKeyNodeAndDecreaseGlobalCount()87 HKS_LOG_I("delete operation count:%" LOG_PUBLIC "u", g_operationCount); in DeleteKeyNodeAndDecreaseGlobalCount()115 if (g_operationCount < MAX_OPERATIONS_COUNT) { in DeleteFirstTimeOutBatchOperation()172 if (g_operationCount < MAX_OPERATIONS_EACH_TOKEN_ID) { in DeleteForTokenIdIfExceedLimit()203 if (g_operationCount >= MAX_OPERATIONS_COUNT) { in AddOperation()213 ++g_operationCount; in AddOperation()214 HKS_LOG_I("add operation count:%" LOG_PUBLIC "u", g_operationCount); in AddOperation()417 --g_operationCount; in DeleteOperation()418 HKS_LOG_D("delete operation count:%" LOG_PUBLIC "u", g_operationCount); in DeleteOperation()