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

/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixstruct.h119 long smart_start_tick; member in struct:_Client
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixstruct.h108 int smart_start_tick; member in struct:_Client
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c296 pClient->smart_start_tick = now;
309 if ((now - pClient->smart_start_tick) > 1000 &&
3498 client->smart_start_tick = SmartScheduleTime;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c381 best->smart_start_tick = now;
393 if ((now - best->smart_start_tick) > 1000 &&
3596 client->smart_start_tick = SmartScheduleTime;

Completed in 13 milliseconds