Home
last modified time | relevance | path

Searched refs:SmartScheduleInterval (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c1006 SmartScheduleInterval = atoi(argv[i]); in ProcessCommandLine()
1007 SmartScheduleSlice = SmartScheduleInterval; in ProcessCommandLine()
1224 timer.it_interval.tv_usec = SmartScheduleInterval * 1000; in SmartScheduleStartTimer()
1226 timer.it_value.tv_usec = SmartScheduleInterval * 1000; in SmartScheduleStartTimer()
1235 SmartScheduleTime += SmartScheduleInterval; in SmartScheduleTimer()
/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h127 extern long SmartScheduleInterval;
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c229 long SmartScheduleInterval = SMART_SCHEDULE_DEFAULT_INTERVAL; variable
376 SmartScheduleSlice += SmartScheduleInterval; in SmartScheduleClient()
380 SmartScheduleSlice = SmartScheduleInterval; in SmartScheduleClient()
389 SmartScheduleSlice = SmartScheduleInterval; in EnableLimitedSchedulingLatency()
412 SmartScheduleSlice = SmartScheduleInterval; in Dispatch()