Lines Matching refs:alive
91 // Structure representing how many descriptors have been assigned to the given type. The type is "alive" during
94 // the type is no longer considered "alive".
98 : type(type_), alive(true), count(0u)
102 bool alive;
109 // Get the subset of alive types from the given map.
115 if (typeCount.second.alive)
121 // Get the subset of alive types for a specific limit, among the set of types affected by the limit.
142 // Calculate the maximum increment per alive descriptor type. This involves iterating over the limits and
143 // finding out how many more descriptors can be distributed among the affected types that are still alive
160 // Distribute remaining count evenly among alive types.
191 // limit affected by the type, and switching types to the not-alive state when a limit is hit.
212 // Limit hit, switch affected types to not-alive.
217 tc->second.alive = false;