Tagged Questions
0
votes
1answer
35 views
Modifying the linux scheduler
I want to change specific parameters of the linux CFS scheduler like the virtual runtime of particular processes dynamically ( vruntime parameter in the sched_entity ). Is there any definite method to ...
1
vote
3answers
3k views
0
votes
0answers
66 views
Does Linux Kernel 3.x still use the Completely Fair Scheduler for process scheduling that was introduced in 2.6.x
If not, then what scheduler does it use and how does it work? Please provide a source
1
vote
0answers
133 views
What does the Round-Robin scheduler do if the same process appears twice? [closed]
If I've understood this correctly, the Round-Robin scheduler maintains a list of processes, where each process has one entry. But what happens if the same process appears twice?
Does it crash or ...