Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h90 signed char smart_priority; member
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c326 if (pClient->smart_priority < 0) in SmartScheduleClient()
327 pClient->smart_priority++; in SmartScheduleClient()
333 SmartLastIndex[pClient->smart_priority - in SmartScheduleClient()
340 (pClient->smart_priority > best->smart_priority || in SmartScheduleClient()
341 (pClient->smart_priority == best->smart_priority && robin > bestRobin)))) in SmartScheduleClient()
348 fprintf(stderr, " %2d: %3d", pClient->index, pClient->smart_priority); in SmartScheduleClient()
357 SmartLastIndex[best->smart_priority - SMART_MIN_PRIORITY] = best->index; in SmartScheduleClient()
443 if (client->smart_priority > SMART_MIN_PRIORITY) in Dispatch()
444 client->smart_priority--; in Dispatch()
H A Devents.c2022 if (client->smart_priority < SMART_MAX_PRIORITY) in TryClientEvents()
2023 client->smart_priority++; in TryClientEvents()
/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c63 pClient->smart_priority = SMART_MAX_PRIORITY; in DamageNoteCritical()