I m learning the Work queues to code bottom halves in the linux kernel.
I wonder: if the interrupt handler is executed two times (thus calling schedule_work
two times), does the work queue handler be called once or twice?
Can someone tell me where I can find the initial code, Linus Torvalds shared with hackers. I was thinking it will be a great place to learn about operating systems.