Searched refs:SMART_MIN_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixstruct.h137 #define SMART_MIN_PRIORITY (-20) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixstruct.h178 #define SMART_MIN_PRIORITY (-20) macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c234 static int SmartLastIndex[SMART_MAX_PRIORITY-SMART_MIN_PRIORITY+1];
269 robin = (pClient->index - SmartLastIndex[pClient->smart_priority-SMART_MIN_PRIORITY]) & 0xff;
290 SmartLastIndex[bestPrio-SMART_MIN_PRIORITY] = pClient->index;
406 if (client->smart_priority > SMART_MIN_PRIORITY)
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c253 static int SmartLastIndex[SMART_MAX_PRIORITY - SMART_MIN_PRIORITY + 1];
353 SMART_MIN_PRIORITY]) & 0xff;
376 SmartLastIndex[best->smart_priority - SMART_MIN_PRIORITY] = best->index;
514 if (client->smart_priority > SMART_MIN_PRIORITY)

Completed in 16 milliseconds