Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h128 extern long SmartScheduleSlice;
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c228 long SmartScheduleSlice = SMART_SCHEDULE_DEFAULT_INTERVAL; variable
319 idle = 2 * SmartScheduleSlice; in SmartScheduleClient()
375 SmartScheduleSlice < SmartScheduleMaxSlice) { in SmartScheduleClient()
376 SmartScheduleSlice += SmartScheduleInterval; in SmartScheduleClient()
380 SmartScheduleSlice = SmartScheduleInterval; in SmartScheduleClient()
389 SmartScheduleSlice = SmartScheduleInterval; in EnableLimitedSchedulingLatency()
412 SmartScheduleSlice = SmartScheduleInterval; in Dispatch()
440 if ((SmartScheduleTime - start_tick) >= SmartScheduleSlice) in Dispatch()
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c1007 SmartScheduleSlice = SmartScheduleInterval; in ProcessCommandLine()