Searched refs:userCount (Results 1 – 6 of 6) sorted by relevance
57 …TATIC ResultCode GetInvalidUser(int32_t *invalidUserId, uint32_t maxUserCount, uint32_t *userCount,1042 …TATIC ResultCode GetInvalidUser(int32_t *invalidUserId, uint32_t maxUserCount, uint32_t *userCount, in GetInvalidUser() argument1058 *userCount = 0; in GetInvalidUser()1066 if (*userCount >= maxUserCount) { in GetInvalidUser()1072 invalidUserId[*userCount] = user->userId; in GetInvalidUser()1073 (*userCount)++; in GetInvalidUser()1092 uint32_t userCount = 0; in ClearInvalidData() local1094 if (GetInvalidUser(invalidUserId, MAX_USER, &userCount, &cachePinRemoved) != RESULT_SUCCESS) { in ClearInvalidData()1099 for (uint32_t i = 0; i < userCount; ++i) { in ClearInvalidData()1108 if ((userCount != 0) || cachePinRemoved) { in ClearInvalidData()
304 if (userCount > MAX_USER_COUNT ||305 userCount < MIN_USER_COUNT) {
254 if (userCount > MAX_USER_COUNT ||255 userCount < MIN_USER_COUNT) {
316 if (userCount > MAX_USER_COUNT ||317 userCount < MIN_USER_COUNT) {
253 if (userCount > MAX_USER_COUNT ||254 userCount < MIN_USER_COUNT) {