HomeSort by: relevance | last modified time | path
    Searched refs:smart_priority (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/include/
dixstruct.h 118 int smart_priority; member in struct:_Client
  /xsrc/external/mit/xorg-server/dist/include/
dixstruct.h 90 signed char smart_priority; member in struct:_Client
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 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
    [all...]
events.c 2139 if (client->smart_priority < SMART_MAX_PRIORITY)
2140 client->smart_priority++;
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 263 if (pClient->smart_priority < 0)
264 pClient->smart_priority++;
269 robin = (pClient->index - SmartLastIndex[pClient->smart_priority-SMART_MIN_PRIORITY]) & 0xff;
270 if (pClient->smart_priority > bestPrio ||
271 (pClient->smart_priority == bestPrio && robin > bestRobin))
273 bestPrio = pClient->smart_priority;
279 fprintf (stderr, " %2d: %3d", client, pClient->smart_priority);
406 if (client->smart_priority > SMART_MIN_PRIORITY)
407 client->smart_priority--;
events.c 1922 if (client->smart_priority < SMART_MAX_PRIORITY)
1923 client->smart_priority++;
  /xsrc/external/mit/xorg-server/dist/damageext/
damageext.c 63 pClient->smart_priority = SMART_MAX_PRIORITY;
  /xsrc/external/mit/xorg-server.old/dist/damageext/
damageext.c 83 pClient->smart_priority = SMART_MAX_PRIORITY;

Completed in 13 milliseconds