Results 1 to 1 of 1
hello all
I am working on kernel 2..6.30.5.
I want to increase time slice of an individual task in CFS(Completely Fair Scheduler)
Scheduling policy is SCHED_FAIR so I am working ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-08-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 3
Changing time slice of a task
hello all
I am working on kernel 2..6.30.5.
I want to increase time slice of an individual task in CFS(Completely Fair Scheduler)
Scheduling policy is SCHED_FAIR so I am working in sched_fair.c and I have found the task for which I want to increase the time slice. But I noticed that CFS calculates a period and within that period it assigns same time slice to the all the tasks in runqueue; not to any individual task.
Any idea how to do increase a time slice of a task without changing other task's time slice.
Regards,
Shujaat


Reply With Quote
