Searched refs:total_reserved_slots (Results 1 – 1 of 1) sorted by relevance
59 size_t total_reserved_slots = 0; in GetDispatcherLimits() local71 total_reserved_slots += parsed[i]; in GetDispatcherLimits()75 if (total_reserved_slots > total_jobs || in GetDispatcherLimits()76 (total_reserved_slots == total_jobs && parsed[MINIMUM_PRIORITY] == 0)) { in GetDispatcherLimits()