Home
last modified time | relevance | path

Searched refs:SMART_MIN_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h178 #define SMART_MIN_PRIORITY (-20) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c234 static int SmartLastIndex[SMART_MAX_PRIORITY - SMART_MIN_PRIORITY + 1];
334 SMART_MIN_PRIORITY]) & 0xff; in SmartScheduleClient()
357 SmartLastIndex[best->smart_priority - SMART_MIN_PRIORITY] = best->index; in SmartScheduleClient()
443 if (client->smart_priority > SMART_MIN_PRIORITY) in Dispatch()