I\'m newbie on Linux Kernel.
Currently, I looked into idle codes and had a quesition.
When processor doesn\'t have any taks in their own runqueue then it may
go into idle mo
look at select_task_rq_fair(), which is CFS::select_task_rq() method.
This is most representative case where the scheduler wakes up the idle task for re-balancing run-queues.