I know that the kernel scheduler is run periodically. This period is determined by a timer. However, I have been unable to find where the IRQ for the timer interrupt is and the entire flow from beginning to end of the scheduler code.
I understand that the schedule() function may potentially have several entry and exit points.. but could someone point me towards where to look for these?
カーネル ソースから、__schedule() が schedule().. から呼び出されるように見えるメインのスケジュール関数であることがわかりましたが、schedule().. を呼び出すものと、schedule を呼び出す関数を呼び出すもの.. ..