Searched refs:smart_priority (Results 1 – 4 of 4) sorted by relevance
90 signed char smart_priority; member
326 if (pClient->smart_priority < 0) in SmartScheduleClient()327 pClient->smart_priority++; in SmartScheduleClient()333 SmartLastIndex[pClient->smart_priority - in SmartScheduleClient()340 (pClient->smart_priority > best->smart_priority || in SmartScheduleClient()341 (pClient->smart_priority == best->smart_priority && robin > bestRobin)))) in SmartScheduleClient()348 fprintf(stderr, " %2d: %3d", pClient->index, pClient->smart_priority); in SmartScheduleClient()357 SmartLastIndex[best->smart_priority - SMART_MIN_PRIORITY] = best->index; in SmartScheduleClient()443 if (client->smart_priority > SMART_MIN_PRIORITY) in Dispatch()444 client->smart_priority--; in Dispatch()
2022 if (client->smart_priority < SMART_MAX_PRIORITY) in TryClientEvents()2023 client->smart_priority++; in TryClientEvents()
63 pClient->smart_priority = SMART_MAX_PRIORITY; in DamageNoteCritical()