Home
last modified time | relevance | path

Searched refs:SMART_MAX_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h177 #define SMART_MAX_PRIORITY (20) macro
/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c63 pClient->smart_priority = SMART_MAX_PRIORITY; in DamageNoteCritical()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c234 static int SmartLastIndex[SMART_MAX_PRIORITY - SMART_MIN_PRIORITY + 1];
H A Devents.c2022 if (client->smart_priority < SMART_MAX_PRIORITY) in TryClientEvents()