Home | History | Annotate | Download | only in dix

Lines Matching refs:smart_priority

345             if (pClient->smart_priority < 0)
346 pClient->smart_priority++;
352 SmartLastIndex[pClient->smart_priority -
359 (pClient->smart_priority > best->smart_priority ||
360 (pClient->smart_priority == best->smart_priority && robin > bestRobin))))
367 fprintf(stderr, " %2d: %3d", pClient->index, pClient->smart_priority);
376 SmartLastIndex[best->smart_priority - SMART_MIN_PRIORITY] = best->index;
514 if (client->smart_priority > SMART_MIN_PRIORITY)
515 client->smart_priority--;